Raw
1 root = true
2
3 [*]
4 charset = utf-8
5 insert_final_newline = true
6
7 [*.{c,h}]
8 indent_style = tab
9 tab_width = 8
10
11 [CMakeLists.txt]
12 indent_style = tab
13 tab_width = 8