summaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: ffe6e83c6890f853de1970ffdeceefc1ce98395f (plain) (blame)
1
2
3
4
5
6
7
8

root = true

[*]
charset = utf-8
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true