Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Commit

Permalink
add start demo
Browse files Browse the repository at this point in the history
  • Loading branch information
lijiarui committed Jun 21, 2018
1 parent 9fe46fb commit 948e30f
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 30,446 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
@@ -0,0 +1,14 @@
# Editor configuration, see http://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
max_line_length = 0
trim_trailing_whitespace = false

0 comments on commit 948e30f

Please sign in to comment.