File tree Expand file tree Collapse file tree 1 file changed +9
-34
lines changed Expand file tree Collapse file tree 1 file changed +9
-34
lines changed Original file line number Diff line number Diff line change 1- # Unix-style newlines with a newline ending every file
2- [* .{c,cpp,h,hpp} ]
1+ root = true
2+
3+ [* ]
4+ charset = utf-8
35end_of_line = lf
46insert_final_newline = true
5- indent_style = tab
6- tab_width = 4
7- indent_size = tab
87trim_trailing_whitespace = true
9- charset = utf-8
10- max_line_length = 120
11- x-soft-wrap-text = true
12- x-soft-wrap-mode = CharacterWidth
13- x-soft-wrap-limit = 120
14- x-show-invisibles = false
15- x-show-spaces = false
168
17- [* .{java} ]
18- end_of_line = lf
19- insert_final_newline = true
9+ [* .{py,pyi} ]
10+ indent_style = space
11+ indent_size = 4
12+
13+ [* .{c,cpp,h,hpp} ]
2014indent_style = tab
2115tab_width = 4
2216indent_size = tab
23- trim_trailing_whitespace = false
24- charset = utf-8
2517max_line_length = 120
2618x-soft-wrap-text = true
2719x-soft-wrap-mode = CharacterWidth
2820x-soft-wrap-limit = 120
2921x-show-invisibles = false
3022x-show-spaces = false
3123
32- [* .{test,test_slow,test_coverage,benchmark} ]
33- end_of_line = lf
34- insert_final_newline = true
35- indent_style = tab
36- tab_width = 4
37- indent_size = tab
38- trim_trailing_whitespace = false
39- charset = utf-8
40- x-soft-wrap-text = false
41-
4224[Makefile ]
43- end_of_line = lf
44- insert_final_newline = true
4525indent_style = tab
4626tab_width = 4
4727indent_size = tab
48- trim_trailing_whitespace = true
49- charset = utf-8
5028x-soft-wrap-text = false
51-
52- [* keywords.list ]
53- insert_final_newline = false
You can’t perform that action at this time.
0 commit comments