luaaaaah/.editorconfig
0x4261756D 34cb88582d Port tokenizer to C#
Another language change, another unrefactored (but already better tested) tokenizer
2024-01-16 02:59:51 +01:00

11 lines
199 B
INI

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