Skip to content

Commit

Permalink
Update dependencies and minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbordallo committed Mar 1, 2020
1 parent 8fd2e03 commit 2d66864
Show file tree
Hide file tree
Showing 6 changed files with 764 additions and 740 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,16 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.py]
indent_style = space
indent_size = 4

[*.md]
trim_trailing_whitespace = false

[Makefile]
indent_style = tab

[{package.json,.travis.yml}]
indent_style = space
indent_size = 2
2 changes: 1 addition & 1 deletion configs/config.tape.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {
'modal',
],
increment: 100,
}
},
},

'order': {
Expand Down
Loading

0 comments on commit 2d66864

Please sign in to comment.