mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-10 00:01:15 -06:00
13 lines
181 B
INI
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
|