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

[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 8
tab_size = 8