1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-19 18:29:09 -05:00
wulkanowy-mirror/.editorconfig
2022-03-13 04:01:14 +01:00

13 lines
181 B
INI

[*]
charset=utf-8
end_of_line=lf
insert_final_newline=true
indent_style=space
indent_size=4
[*.json]
indent_size=2
[*.{kt,kts}]
disabled_rules=import-ordering,no-wildcard-imports