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