aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 7f45d8f644d54c636e4069051cc63b158f573edb (plain)
1
2
3
4
5
6
7
8
9
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{java,kts}]
indent_style = tab
tab_width = 2