Skip to content

Commit a1b1a43

Browse files
committed
editorconfig template
1 parent 5b5c757 commit a1b1a43

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
trim_trailing_whitespace = true
8+
9+
indent_style = space
10+
indent_size = 2
11+
12+
[*.py]
13+
indent_size = 4

0 commit comments

Comments
 (0)