Skip to content

Commit e042c43

Browse files
committed
Add .editorconfig for a consistent environment
1 parent 190f132 commit e042c43

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.editorconfig

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
end_of_line = lf
6+
charset = utf-8
7+
max_line_length = 99
8+
9+
[*.py]
10+
indent_style = space
11+
indent_size = 4
12+
trim_trailing_whitespace = true
13+
insert_final_newline = true
14+
15+
[docs/Makefile]
16+
indent_style = tab

0 commit comments

Comments
 (0)