aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 0ddc3da913dcfa0c81abed83452f1f6617cd3d4a (plain)
1
2
3
4
5
6
7
8
9
10
root = true

[*]
end_of_line = lf
indent_style = space
indent_size = 4

[Makefile]
indent_style = tab