Skip to content

Commit 09706c3

Browse files
committed
Fix wrong indention for python files
1 parent 2e927cc commit 09706c3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ indent_size = 2
1414
[*.go]
1515
indent_style = tab
1616

17+
[*.py]
18+
indent_size = 4
19+
1720
[Makefile]
1821
indent_style = tab

0 commit comments

Comments
 (0)