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

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true