We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33924d3 commit 2179ebfCopy full SHA for 2179ebf
.editorconfig
@@ -7,6 +7,9 @@ indent_size = 2
7
[*.cs]
8
indent_style = space
9
indent_size = 4
10
+# 'using' directive preferences
11
+dotnet_sort_system_directives_first = true
12
+dotnet_separate_import_directive_groups = false
13
14
[*]
15
trim_trailing_whitespace = true
0 commit comments