Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 868fc31

Browse files
committed
add editorconfig
1 parent 870dd34 commit 868fc31

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.editorconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
root = true
2+
3+
[*.js]
4+
indent_style = space
5+
indent_size = 4
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)