Skip to content

Commit

Permalink
Added editorconfig file and updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
walkero-gr committed Aug 28, 2019
1 parent 05a2fb2 commit 97ad6e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
@@ -0,0 +1,8 @@
root = true

[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -102,3 +102,5 @@ venv.bak/

# mypy
.mypy_cache/

http/

0 comments on commit 97ad6e6

Please sign in to comment.