Skip to content

Commit 34c049d

Browse files
committed
Python scripts have 4-spaces indent
1 parent 384a790 commit 34c049d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ trim_trailing_whitespace = true
1111
insert_final_newline = true
1212
indent_style = space
1313
indent_size = 2
14+
15+
# python scripts have 4 spaces indent
16+
[*.py]
17+
indent_size = 4

0 commit comments

Comments
 (0)