We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2fef8 commit 86fcc65Copy full SHA for 86fcc65
.editorconfig
@@ -1,15 +1,15 @@
1
root = true
2
3
[*]
4
+charset = utf-8
5
#end_of_line =
6
indent_size = 4
7
indent_style = tab
-insert_final_newline = true
8
tab_width = 4
9
10
[*.json]
11
12
-[App.config]
+[app.config]
13
14
[*.yml]
15
indent_size = 2
@@ -29,6 +29,8 @@ indent_style = space
29
indent_style = space
30
31
[*.{cs,vb}]
32
+insert_final_newline = true
33
+
34
dotnet_separate_import_directive_groups = false
35
dotnet_sort_system_directives_first = true
36
dotnet_style_coalesce_expression = true:suggestion
0 commit comments