Skip to content

Commit

Permalink
Merge pull request #229 from karma-runner/chore/update-dependencies
Browse files Browse the repository at this point in the history
fix: update (dev)dependencies
  • Loading branch information
wswebcreation committed Oct 30, 2020
2 parents af722f4 + c86ffe7 commit 04717fc
Show file tree
Hide file tree
Showing 4 changed files with 2,078 additions and 5,111 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

[*]

indent_style = space
indent_size = 2

end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[{.travis.yml,**/*.json,.github/**/*.yml}]
indent_size = 2
Loading

0 comments on commit 04717fc

Please sign in to comment.