Skip to content

Commit 04717fc

Browse files
Merge pull request #229 from karma-runner/chore/update-dependencies
fix: update (dev)dependencies
2 parents af722f4 + c86ffe7 commit 04717fc

File tree

4 files changed

+2078
-5111
lines changed

4 files changed

+2078
-5111
lines changed

.editorconfig

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# EditorConfig helps developers define and maintain consistent
2+
# coding styles between different editors and IDEs
3+
# editorconfig.org
4+
5+
root = true
6+
7+
[*]
8+
9+
indent_style = space
10+
indent_size = 2
11+
12+
end_of_line = lf
13+
charset = utf-8
14+
trim_trailing_whitespace = true
15+
insert_final_newline = true
16+
17+
[{.travis.yml,**/*.json,.github/**/*.yml}]
18+
indent_size = 2

0 commit comments

Comments
 (0)