luaaaaah/.editorconfig

11 lines
199 B
INI
Raw Normal View History

root = true
indent_size = 4
indent_style = tab
[*.cs]
trim_trailing_whitespace = true
csharp_space_after_keywords_in_control_flow_statements = false
csharp_indent_case_contents_when_block = false