Emmanuele Bassi | 8a4f42a | 2017-02-08 23:03:04 +0000 | [diff] [blame] | 1 | root = true |
2 | |||||
3 | [*] | ||||
4 | charset = utf-8 | ||||
5 | |||||
6 | [*.{c,h}] | ||||
7 | indent_style = space | ||||
8 | indent_size = 4 | ||||
9 | end_of_line = lf | ||||
10 | trim_trailing_whitespace = true | ||||
11 | insert_final_newline = true | ||||
12 | |||||
13 | [configure.ac] | ||||
14 | indent_style = tab | ||||
15 | indent_size = 8 | ||||
16 | |||||
17 | [Makefile.am] | ||||
18 | indent_style = tab | ||||
19 | indent_size = 8 | ||||
20 | |||||
21 | [.travis.yml] | ||||
22 | indent_style = space | ||||
23 | indent_size = 2 | ||||
24 | |||||
25 | [*.md] | ||||
26 | trim_trailing_whitespace = false | ||||
27 | |||||
28 | [meson.build] | ||||
29 | indent_style = space | ||||
30 | indent_size = 8 |