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 13 14[*.{py,sh}] 15indent_style = tab 16 17[{meson.build,meson_options.txt}] 18tab_width = 8 19indent_style = space 20indent_size = 2 21