Skip to content

Commit c86ffe7

Browse files
committed
fix: update (dev)dependencies
Checked everything an there are no breaking changes Add edit config
1 parent af722f4 commit c86ffe7

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)