Skip to content

Commit

Permalink
Fix braces layout in .editorconfig setting
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik committed Jul 17, 2019
1 parent 89e4422 commit 3873844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ insert_final_newline = true
indent_style = tab
dotnet_sort_system_directives_first = true
csharp_space_after_cast = true
csharp_new_line_before_open_brace = true
csharp_new_line_before_open_brace = all
csharp_new_line_before_else = true
csharp_new_line_before_catch = true
csharp_new_line_before_finally = true
Expand Down

0 comments on commit 3873844

Please sign in to comment.