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