• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1root = true
2
3[*]
4charset = utf-8
5
6[*.{c,h}]
7indent_style = space
8indent_size = 4
9end_of_line = lf
10trim_trailing_whitespace = true
11insert_final_newline = true
12
13[.travis.yml]
14indent_style = space
15indent_size = 2
16
17[*.md]
18trim_trailing_whitespace = false
19
20[meson.build]
21indent_style = space
22indent_size = 8
23