aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: e4cef88ffaa6d136e35de8e61f3f2bb572bfa4d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
root = true

[*]
insert_final_newline=true
end_of_line=lf
charset=utf-8
indent_size=2
trim_trailing_whitespace=true

[*.{kt,kts}]
ij_kotlin_allow_trailing_comma=true
ij_kotlin_allow_trailing_comma_on_call_site=true
ij_kotlin_imports_layout=*