Skip to content

Commit 8db5b80

Browse files
committed
Update editorconfig
Assume indent of 2 except in .py and Makefile files
1 parent 0471ca9 commit 8db5b80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.editorconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ root = true
44

55
[*]
66
indent_style = space
7-
indent_size = 4
7+
indent_size = 2
88
trim_trailing_whitespace = true
99
insert_final_newline = true
1010
charset = utf-8
1111
end_of_line = lf
1212

13-
[*.{css,html,js,yaml,yml}]
14-
indent_size = 2
13+
[*.py]
14+
indent_size = 4
1515

1616
[Makefile]
1717
indent_style = tab

0 commit comments

Comments
 (0)