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