提交 86ba4f31 编写于 作者: J Jonathon Marolf 提交者: GitHub

Merge pull request #16006 from jmarolf/bugfix/add-sort-usings-option

add sort_system_directives_first option to editorconfig
...@@ -27,6 +27,8 @@ indent_size = 2 ...@@ -27,6 +27,8 @@ indent_size = 2
# Dotnet code style settings: # Dotnet code style settings:
[*.{cs, vb}] [*.{cs, vb}]
# Sort using and Import directives with System.* appearing first
dotnet_sort_system_directives_first = true
# Avoid "this." and "Me." if not necessary # Avoid "this." and "Me." if not necessary
dotnet_style_qualification_for_field = false:suggestion dotnet_style_qualification_for_field = false:suggestion
dotnet_style_qualification_for_property = false:suggestion dotnet_style_qualification_for_property = false:suggestion
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册