summaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: 63202f025203915e96570fcd3018ae873c01b1ed (plain)
1
2
3
4
5
6
7
[*.{cpp,h,sh,md,cfg,sample}]
indent_style = tab
indent_size = 4

[*.{yml,yaml}]
indent_style = space
indent_size = 2