Skip to content

Commit 3873844

Browse files
committed
Fix braces layout in .editorconfig setting
1 parent 89e4422 commit 3873844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ insert_final_newline = true
77
indent_style = tab
88
dotnet_sort_system_directives_first = true
99
csharp_space_after_cast = true
10-
csharp_new_line_before_open_brace = true
10+
csharp_new_line_before_open_brace = all
1111
csharp_new_line_before_else = true
1212
csharp_new_line_before_catch = true
1313
csharp_new_line_before_finally = true

0 commit comments

Comments
 (0)