1root = true 2 3[*] 4charset = utf-8 5trim_trailing_whitespace = true 6end_of_line = lf 7insert_final_newline = true 8 9[*.{c,cc,h,hh,rl}] 10tab_width = 8 11indent_size = 2 12indent_style = tab # should be space 13 14[*.{py,sh}] 15indent_style = tab 16 17[{Makefile.am,Makefile.sources,configure.ac}] 18tab_width = 8 19 20[{meson.build,meson_options.txt}] 21tab_width = 8 22indent_style = space 23indent_size = 2 24