overdrive_that_matters/.editorconfig
2022-09-29 13:02:51 +07:00

19 lines
249 B
INI

root = true
[*.kt]
insert_final_newline = true
charset = utf-8
indent_style = tab
[*.java]
insert_final_newline = true
charset = utf-8
indent_style = tab
[*.json]
insert_final_newline = false
charset = utf-8
indent_style = space
indent_size = 2