1root = 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 31