• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1root = true
2
3[*]
4insert_final_newline = true
5
6[*.{h,hpp,c,tpl,def}]
7indent_style = tab
8tab_width = 4
9
10[*.py]
11indent_style = space
12indent_size = 4
13
14[*.yml]
15indent_style = space
16indent_size = 2
17