Skip to content

Commit

Permalink
chore(editorconfig): Add editorconfig file
Browse files Browse the repository at this point in the history
Add the editorconfig file in order to be more consistant while writing any document in the
repository.
  • Loading branch information
blackHatMonkey committed Apr 28, 2017
1 parent ca7e332 commit 8eba2aa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.py]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[{.travis.yml}]
indent_style = space
indent_size = 2

0 comments on commit 8eba2aa

Please sign in to comment.