1; http://editorconfig.org/
2
3root = true
4
5[*.{c,h}]
6charset = UTF-8
7end_of_line = LF
8indent_size = 4
9indent_style = tab
10insert_final_newline = true
11tab_width = 4
12trim_trailing_whitespace = true
13
14[*.yml]
15indent_size = 2
16indent_style = space
17