Skip to content

Commit

Permalink
chore: Add editorconfig
Browse files Browse the repository at this point in the history
Close #22
  • Loading branch information
equinusocio committed Aug 16, 2016
1 parent 3c5dd8f commit 611d6e7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.py]
indent_style = tab

[*.md]
trim_trailing_whitespace = false
indent_size = 4

0 comments on commit 611d6e7

Please sign in to comment.