wulkanowy-mod/.editorconfig

13 lines
185 B
INI
Raw Normal View History

2022-03-12 21:01:14 -06:00
[*]
charset=utf-8
end_of_line=lf
insert_final_newline=Advanced
2022-03-12 21:01:14 -06:00
indent_style=space
indent_size=4
[*.json]
indent_size=2
[*.{kt,kts}]
disabled_rules=import-ordering,no-wildcard-imports