d23ca0ba7a
* Add .editorconfig * Create .editorconfig
11 lines
264 B
INI
11 lines
264 B
INI
[*.cs]
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
|
|
csharp_new_line_before_else = true
|
|
csharp_new_line_before_catch = true
|
|
csharp_new_line_before_finally = true
|
|
csharp_new_line_before_open_brace = all
|
|
|
|
csharp_space_after_keywords_in_control_flow_statements = true
|