Skip to content

Commit 990e4ae

Browse files
Merge pull request #36 from vuejs/phanan/meta-1
Add some meta
2 parents a71f7ea + a9c0cd2 commit 990e4ae

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.editorconfig

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

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules
1+
node_modules
2+
dist

0 commit comments

Comments
 (0)