aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 12b5021b53fe17bb3732988b13e8066b0f767d62 (plain) (blame)
1
2
3
4
5
6
7
8
root = true

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