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

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