Some C# style rules in editorconfig

This commit is contained in:
J.D. Purcell 2019-10-20 16:08:08 -04:00
parent b0c7bab94e
commit b9a4706133
1 changed files with 9 additions and 0 deletions

View File

@ -2,3 +2,12 @@ root = true
[*]
indent_style = tab
[*.cs]
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
csharp_indent_switch_labels = true
csharp_indent_case_contents = true
csharp_indent_labels = one_less_than_current