Skip to content

Commit

Permalink
Add a .editorconfig file to help contributors keep code styles (wbond…
Browse files Browse the repository at this point in the history
  • Loading branch information
taylon authored and FichteFoll committed Jan 9, 2018
1 parent 2327e76 commit 892484f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# editorconfig.org
root = true

[*]
charset = utf-8
end_of_line = lf
ident_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

[*.json]
indent_style = tab

[*.py]
ident_style = space

0 comments on commit 892484f

Please sign in to comment.