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 799510f commit 60b4b4dCopy full SHA for 60b4b4d
.editorconfig
@@ -11,3 +11,7 @@ trim_trailing_whitespace = true
11
insert_final_newline = true
12
indent_style = space
13
indent_size = 2
14
+
15
+# python scripts have 4 spaces indent
16
+[*.py]
17
+indent_size = 4
0 commit comments