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