We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f92a3b commit af3d705Copy full SHA for af3d705
.editorconfig
@@ -4,18 +4,19 @@
4
5
root = true
6
7
-
8
[*]
9
10
-# Change these settings to your own preference
11
-indent_style = space
12
-indent_size = 4
13
14
# We recommend you to keep these unchanged
15
end_of_line = lf
16
charset = utf-8
17
trim_trailing_whitespace = true
18
insert_final_newline = true
19
+
+[*.py]
+# Change these settings to your own preference
+indent_style = space
+indent_size = 4
20
21
[*.md]
22
trim_trailing_whitespace = false
0 commit comments