Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit f6bf410

Browse files
committed
added .editorconfig
1 parent dc353ee commit f6bf410

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.editorconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# EditorConfig is awesome: http://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+
insert_final_newline = true
11+
indent_style = tab
12+
indent_size = 4
13+
14+
# Matches the exact files either package.json or .travis.yml
15+
[{package.json,.travis.yml}]
16+
indent_style = space
17+
indent_size = 2

0 commit comments

Comments
 (0)