Skip to content

Commit ece8885

Browse files
authoredJul 31, 2019
Merge pull request #32 from yeikos/develop
v2.0.0
2 parents b31e67f + 43ffa43 commit ece8885

File tree

294 files changed

+5873
-29946
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

294 files changed

+5873
-29946
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

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

0 commit comments

Comments
 (0)
Please sign in to comment.