Skip to content

Commit 26f5d9a

Browse files
committed
Add .editorconfig
1 parent ebce6f5 commit 26f5d9a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.editorconfig

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Tab indentation
7+
[*]
8+
indent_style = tab
9+
indent_size = 4
10+
11+
# The indent size used in the `package.json` file cannot be changed
12+
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
13+
[{.travis.yml,npm-shrinkwrap.json,package.json}]
14+
indent_style = space
15+
indent_size = 2

0 commit comments

Comments
 (0)