File tree Expand file tree Collapse file tree 4 files changed +8
-75
lines changed Expand file tree Collapse file tree 4 files changed +8
-75
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,18 @@ root=true
44end_of_line = lf
55insert_final_newline = true
66
7- # The settings for C (*.c and *.h) files are mirrored in src_c/.clang-format.
8- # Keep them in sync.
9- [* .{c,h} ]
7+ [* .{c,h,py,pyx,pyi} ]
108indent_style = space
119indent_size = 4
1210tab_width = 4
11+ charset = utf-8
1312trim_trailing_whitespace = true
13+
14+ # The settings for C (*.c and *.h) files are mirrored in src_c/.clang-format.
15+ # Keep them in sync.
16+ [* .{c,h} ]
1417max_line_length = 79
1518
16- [* .{py,pyx} ]
17- indent_style = space
18- indent_size = 4
19- charset = utf-8
19+ [* .{py,pyx,pyi} ]
2020file_type_emacs = python
21- trim_trailing_whitespace = true
22- max_line_length = 79
21+ max_line_length = 88
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments