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

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