Skip to content

Commit 8815537

Browse files
committed
add editorconfig
1 parent b1d31a6 commit 8815537

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.editorconfig

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[*]
2+
charset = utf-8
3+
insert_final_newline = true
4+
5+
[*.py]
6+
indent_style = space
7+
indent_size = 4
8+
max_line_length = 88
9+
10+
[*.{yml,yaml}]
11+
indent_style = space
12+
indent_size = 2
13+
max_line_length = 120
14+
15+
[Makefile]
16+
indent_style = tab

0 commit comments

Comments
 (0)