aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: 4a3a7541c522e28ad47005632c2f7de1c7891bac (plain) (blame)
1
2
3
4
5
6
7
[Makefile]
indent_style = tab
indent_size = 8

[*.{c,h}]
indent_style = tab
indent_size = 8