Skip to content

Commit 75ba781

Browse files
committedJul 28, 2019
build: add editor config
1 parent 2d2b54a commit 75ba781

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎.editorconfig

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
root = true
2+
3+
[{*.ts,*.md,*.html,*.json,webpack.config.js}]
4+
end_of_line = lf
5+
charset = utf-8
6+
indent_style = tab
7+
indent_size = 4
8+
9+
[package-lock.json]
10+
indent_style = space
11+
indent_size = 2

0 commit comments

Comments
 (0)
Please sign in to comment.