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

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