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

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