vscode中的插件

EditorConfig for VS Code
https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig

安装步骤

# 安装
npm install -g editorconfig | npm install -D editorconfig

# npm报错
cnpm install -g editorconfig

配置的内容

root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 300

微软官方说明文档

https://learn.microsoft.com/zh-cn/dotnet/fundamentals/code-analysis/style-rules/csharp-formatting-options

处理不了的事情

  1. 括号里面是空的情况会统一行,不会自动换行。
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐