• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1root = true
2
3[*.{py,c,cpp,h,rst,md,yml}]
4trim_trailing_whitespace = true
5insert_final_newline = true
6indent_style = space
7
8[*.{py,c,cpp,h}]
9indent_size = 4
10
11[*.yml]
12indent_size = 2
13