• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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}]
10indent_size = 2
11indent_style = space
12tab_width = 8
13
14[*.{py,sh}]
15indent_style = tab
16
17[{Makefile.am,Makefile.sources,configure.ac}]
18tab_width = 8
19
20[{CMakeLists.txt,*.cmake}]
21indent_size = 2
22