f9f6b563 IG |
1 | [*] |
2 | charset = utf-8 |
3 | end_of_line = lf |
4 | insert_final_newline = true |
5 | |
6 | [*.[ch]] |
7 | indent_style = tab |
8 | indent_size = 8 |
9 | trim_trailing_whitespace = true |
10 | |
11 | [*.sym] |
12 | indent_style = tab |
13 | indent_size = 4 |
14 | trim_trailing_whitespace = true |