Skip to content

Commit d693211

Browse files
authored
Configure EditorConfig for "py,yaml,yml" and Makefile (#307)
1 parent 938e3f1 commit d693211

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,14 @@ charset = utf-8
88
end_of_line = lf
99
insert_final_newline = true
1010
trim_trailing_whitespace = true
11+
12+
[*.py]
13+
indent_size = 4
14+
indent_style = space
15+
16+
[*.{yaml,yml}]
17+
indent_size = 2
18+
indent_style = space
19+
20+
[Makefile]
21+
indent_style = tab

0 commit comments

Comments
 (0)