7d05485754
Former-commit-id: df344e34b07851d296efb3e6604c8db42b6f7aa3
11 lines
373 B
INI
11 lines
373 B
INI
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*.cs]
|
|
indent_style = tab
|
|
csharp_space_between_method_declaration_name_and_open_parenthesis = true
|
|
csharp_space_between_method_call_name_and_opening_parenthesis = true
|
|
csharp_space_before_open_square_brackets = true
|
|
csharp_new_line_before_open_brace = methods
|
|
csharp_new_line_before_else = false
|
|
csharp_indent_switch_labels = false |