summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: b6cc8e03481d4f7a8389b322b5423acc1fab972d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

[*.{c,h}]
indent_style=space
indent_size=4

[Makefile]
indent_style=tab

[*.{xml,html,htm}]
indent_style=space
indent_size=2
charset=utf-8

[*.{json}]
indent_style=space
indent_size=2
charset=utf-8