blob: 708188ad8893d9e43b0550c03448ae1ae4ebe3aa [file] [log] [blame]
Ebrahim Byagowiedee2882018-02-21 22:13:58 +03301root = true
2
3[*]
4charset = utf-8
5trim_trailing_whitespace = true
6end_of_line = lf
7insert_final_newline = true
8
9[*.{c,cc,h,hh}]
10indent_size = 2
11indent_style = space
12tab_width = 8
13
14[*.{py,sh}]
15indent_style = tab
16
17[{CMakeLists.txt,*.cmake}]
18indent_size = 2