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 e8cbce0 commit 6e5e8cdCopy full SHA for 6e5e8cd
.editorconfig
@@ -11,7 +11,7 @@ indent_style = space
11
[*.{cs,csx,vb,vbx}]
12
indent_size = 2
13
insert_final_newline = true
14
-charset = utf-8-bom
+charset = utf-8
15
16
###############################
17
# C# Coding Conventions #
@@ -63,7 +63,7 @@ csharp_new_line_between_query_expression_clauses = false
63
# Indentation preferences
64
csharp_indent_case_contents = true
65
csharp_indent_switch_labels = true
66
-csharp_indent_labels = flush_left
+csharp_indent_labels = one_less_than_current
67
68
# Space preferences
69
csharp_space_after_cast = false
0 commit comments