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

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