Skip to content

Commit 49e0438

Browse files
committed
build: add editorconfig
1 parent 5f3bbb0 commit 49e0438

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
insert_final_newline = true
7+
trim_trailing_whitespace = true
8+
9+
[{*.js,*.json,*.yml}]
10+
indent_size = 2
11+
indent_style = space

0 commit comments

Comments
 (0)