blob: b2022e391abfeaf4d7a4eb9b14e682ebf7ba8a43 [file] [log] [blame]
Gerd Hoffmanna62e20f2017-07-17 12:15:47 +02001# http://editorconfig.org
2root = true
3
4[*]
5end_of_line = lf
6insert_final_newline = true
7charset = utf-8
8
9[Makefile*]
10indent_style = tab
11indent_size = 8
12
13[*.{c,h}]
14indent_style = space
15indent_size = 4