Skip to content

Commit 6edced3

Browse files
committed
include python style rule in editorconfig
1 parent 81c5ae3 commit 6edced3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ root = true
44
[*]
55
indent_style = tab
66
indent_size = 4
7+
8+
[*.py]
9+
indent_style = space
10+
indent_size = 4

0 commit comments

Comments
 (0)