We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f50f97 commit 9e6558fCopy full SHA for 9e6558f
.editorconfig
@@ -2,14 +2,14 @@ root = true
2
3
[*]
4
indent_style = space
5
-insert_final_newline = true
+insert_final_newline = true
6
trim_trailing_whitespace = true
7
8
[*.{cs,md}]
9
guidelines = 80 dashed, 100
10
11
[*.cs]
12
-dotnet_sort_system_directives_first = true
+dotnet_sort_system_directives_first = true
13
14
csharp_style_var_for_built_in_types = false:suggestion
15
csharp_style_var_when_type_is_apparent = false:suggestion
0 commit comments