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

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