Commit | Line | Data |
---|---|---|
debea5fc SM |
1 | root = true |
2 | ||
3 | [*] | |
4 | end_of_line = lf | |
5 | insert_final_newline = true | |
6 | trim_trailing_whitespace = true | |
4d8b5f41 | 7 | charset = utf-8 |
debea5fc SM |
8 | |
9 | [*.{c,h,i}] | |
10 | indent_style = tab | |
11 | tab_width = 8 | |
12 | ||
13 | [*.py] | |
14 | indent_style = space | |
15 | indent_size = 4 |