Skip to content

Commit 9ea15c7

Browse files
committed
Added an editorconfig file
See https://editorconfig.org/
1 parent 6b2a431 commit 9ea15c7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.editorconfig

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

0 commit comments

Comments
 (0)