Skip to content

Commit 00977b5

Browse files
Add .editorconfig file
1 parent 94ca7e7 commit 00977b5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.editorconfig

Lines changed: 15 additions & 0 deletions
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+
# 4 space indentation
7+
[*]
8+
indent_style = space
9+
indent_size = 4
10+
trim_trailing_whitespace = true
11+
12+
# 2 space indentation for .travis.yml and package.json
13+
[{.travis.yml},package.json]
14+
indent_style = space
15+
indent_size = 2

0 commit comments

Comments
 (0)