1root = true
2
3[*]
4indent_style = space
5indent_size = 4
6insert_final_newline = true
7trim_trailing_whitespace = true
8end_of_line = lf
9charset = utf-8
10max_line_length = 88
11
12[*.{yml,yaml,json,js,css,html}]
13indent_size = 2
14
15[*.c]
16indent_style = tab
17