• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1root = true
2
3[*]
4charset = utf-8
5
6end_of_line = lf
7insert_final_newline = true
8trim_trailing_whitespace = true
9
10indent_style = space
11indent_size = 4
12
13[*.md]
14trim_trailing_whitespace = true
15
16[*.yml]
17indent_size = 2
18