Skip to content

Commit 6e5e8cd

Browse files
committed
update
1 parent e8cbce0 commit 6e5e8cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ indent_style = space
1111
[*.{cs,csx,vb,vbx}]
1212
indent_size = 2
1313
insert_final_newline = true
14-
charset = utf-8-bom
14+
charset = utf-8
1515

1616
###############################
1717
# C# Coding Conventions #
@@ -63,7 +63,7 @@ csharp_new_line_between_query_expression_clauses = false
6363
# Indentation preferences
6464
csharp_indent_case_contents = true
6565
csharp_indent_switch_labels = true
66-
csharp_indent_labels = flush_left
66+
csharp_indent_labels = one_less_than_current
6767

6868
# Space preferences
6969
csharp_space_after_cast = false

0 commit comments

Comments
 (0)