• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[*]
2charset=utf-8
3end_of_line=lf
4insert_final_newline=false
5trim_trailing_whitespace = true
6indent_style=space
7indent_size=2
8
9[Makefile]
10indent_style = tab
11
12[*.{c,cpp,cc,h,hpp}]
13insert_final_newline=true
14