Skip to content

Commit dd1b089

Browse files
committed
style: update .editorconfig
1 parent b00f11b commit dd1b089

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.editorconfig

+7-6
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,19 @@
44

55
root = true
66

7-
87
[*]
9-
10-
# Change these settings to your own preference
11-
indent_style = space
12-
indent_size = 4
13-
148
# We recommend you to keep these unchanged
159
end_of_line = lf
1610
charset = utf-8
1711
trim_trailing_whitespace = true
1812
insert_final_newline = true
1913

14+
15+
[*.py]
16+
# Change these settings to your own preference
17+
indent_style = space
18+
indent_size = 4
19+
20+
2021
[*.md]
2122
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)