Skip to content

Commit

Permalink
Added editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefdl committed Aug 27, 2019
1 parent bf7e75d commit cc8a42a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# http://editorconfig.org
root = true

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

[*.md]
trim_trailing_whitespace = false
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ docs/_build/
# PyBuilder
target/
.pypirc
.vscode
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

0 comments on commit cc8a42a

Please sign in to comment.