VRCMelonAssistant/.editorconfig

20 lines
312 B
INI
Raw Permalink Normal View History

2020-02-07 20:18:39 +13:00
root = true
[*]
2020-02-26 22:23:23 +13:00
charset = utf-8
end_of_line = lf
2020-02-07 20:18:39 +13:00
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
[*.cs]
dotnet_sort_system_directives_first = true
dotnet_separate_import_directive_groups = false
[*.md]
trim_trailing_whitespace = false
2020-10-21 08:50:00 +13:00
[*.yml]
indent_size = 2