Skip to content

Commit

Permalink
chore: update config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ihor Oleksandrov committed Sep 27, 2016
1 parent 50b5a77 commit e23be80
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Expand Up @@ -9,3 +9,9 @@ trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.sublime-project]
indent_style = tab

[*.py]
indent_size = 4
2 changes: 2 additions & 0 deletions .flake8
@@ -0,0 +1,2 @@
[flake8]
ignore = F401, F403
12 changes: 12 additions & 0 deletions .gitignore
@@ -0,0 +1,12 @@
# Development
# =============================

*.sublime-project
*.sublime-workspace
node_modules/


# OS
# =============================

.DS_Store

0 comments on commit e23be80

Please sign in to comment.