mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Adjust .editorconfig
This commit is contained in:
parent
4d60166fa1
commit
05bbacda19
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
||||||
[*]
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
indent_style=space
|
||||||
insert_final_newline=true
|
insert_final_newline=true
|
||||||
|
|
||||||
[*.{json,json5}]
|
[*.{json,json5}]
|
||||||
indent_style=space
|
|
||||||
indent_size=2
|
indent_size=2
|
||||||
|
|
||||||
[*.{kt,kts}]
|
[*.{kt,kts}]
|
||||||
indent_style=space
|
|
||||||
indent_size=4
|
indent_size=4
|
||||||
ij_kotlin_allow_trailing_comma=true
|
ij_kotlin_allow_trailing_comma=true
|
||||||
ij_kotlin_allow_trailing_comma_on_call_site=true
|
ij_kotlin_allow_trailing_comma_on_call_site=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue