mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 10:14:50 +00:00
13 lines
227 B
INI
13 lines
227 B
INI
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_style=space
|
|
insert_final_newline=true
|
|
|
|
[*.{json,json5}]
|
|
indent_size=2
|
|
|
|
[*.{kt,kts}]
|
|
indent_size=4
|
|
ij_kotlin_allow_trailing_comma=true
|
|
ij_kotlin_allow_trailing_comma_on_call_site=true
|