summaryrefslogtreecommitdiffstats
blob: 893b7be082e4821c4fe29f1cf0815c93570159f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# To use this config with your editor, follow the instructions at:
# http://editorconfig.org

root = true

[*]
charset = utf-8
insert_final_newline = true

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

[{Makefile.*,*.mk}]
indent_style = tab

[*.m4]
indent_style = space
indent_size = 2