Skip to content

Commit a47d3d5

Browse files
author
Uku Pattak
committed
Clean up editor config
1 parent 2304448 commit a47d3d5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.editorconfig

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# EditorConfig helps developers define and maintain
2-
# consistent coding styles between different editors and IDEs.
3-
41
root = true
52

63
[*]
@@ -11,5 +8,6 @@ insert_final_newline = true
118
indent_style = space
129
indent_size = 4
1310

14-
[*.md]
15-
trim_trailing_whitespace = false
11+
[{package.json,.travis.yml}]
12+
indent_style = space
13+
indent_size = 2

0 commit comments

Comments
 (0)