mirror of https://github.com/dolphin-emu/dolphin
.editorconfig: Add Kotlin indentation rule
Keeps Kotlin formatting consistent with standard Kotlin style guides.
This commit is contained in:
parent
9d27c145b9
commit
daa6188810
|
|
@ -25,3 +25,9 @@ insert_final_newline = false
|
|||
indent_size = 4
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
|
||||
[*.{kt,kts}]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
insert_final_newline = true
|
||||
max_line_length = 100
|
||||
|
|
|
|||
Loading…
Reference in New Issue