aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: d5f42f1e166beafdb4efa9734a7a9832b88485ea (plain) (blame)
1
2
3
4
5
6
7
[*.{c,h,inf,rc}]
indent_style = space
indent_size = 4

[*.{proj,props,vcxproj,filters}]
indent_style = space
indent_size = 2