1root = true
2
3[*]
4insert_final_newline = true
5trim_trailing_whitespace = true
6charset = utf-8
7
8[*.{cpp,h,html,py}]
9indent_style = tab
10indent_size = 4
11
12[CMakeLists.txt]
13indent_style = space
14indent_size = 4
15
16[*.md]
17trim_trailing_whitespace = false
18
19