BizHawk/.editorconfig

14 lines
321 B
INI
Raw Normal View History

2016-04-20 17:06:39 +00:00
root = true
[*]
indent_style = tab
2019-10-20 20:08:08 +00:00
[*.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