• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1root = true
2
3
4[*]
5indent_style = space
6indent_size = 4
7end_of_line = lf
8charset = utf-8
9trim_trailing_whitespace = true
10insert_final_newline = true
11
12[Makefile]
13indent_style = tab
14indent_size = unset
15
16# ignore external repositories and test inputs
17[tests/{unity,json-patch-tests,inputs}/*]
18indent_style = unset
19indent_size = unset
20end_of_line = unset
21charset = unset
22trim_trailing_whitespace = unset
23insert_final_newline = unset
24