summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 5c372e25293a3e81bf01aa01fca372c1935ea8b5 (plain)
1
2
3
4
5
6
7
root = true

[*.kt]
charset = utf-8
end_of_line = lf
indent_style = tab
insert_final_newline = true