Skip to content

Commit d0f5774

Browse files
committed
Update dependencies, .travis.yml with infection and add .editorconfig
1 parent 1784259 commit d0f5774

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.editorconfig

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
charset = utf-8
9+
end_of_line = lf
10+
indent_size = 4
11+
indent_style = space
12+
insert_final_newline = true
13+
14+
[*.{json,lock,json.dist,xml}]
15+
indent_size = 4
16+
17+
[*.js]
18+
indent_style = space
19+
indent_size = 2
20+
21+
[Makefile]
22+
indent_style = tab
23+
indent_size = 4
24+
25+
[{package.json,.travis.yml}]
26+
indent_style = space
27+
indent_size = 2

0 commit comments

Comments
 (0)