Skip to content

Commit 892484f

Browse files
taylonFichteFoll
authored andcommitted
Add a .editorconfig file to help contributors keep code styles (wbond#3545)
1 parent 2327e76 commit 892484f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.editorconfig

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
end_of_line = lf
7+
ident_size = 4
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.json]
12+
indent_style = tab
13+
14+
[*.py]
15+
ident_style = space

0 commit comments

Comments
 (0)