Skip to content

Commit c9c1e52

Browse files
committed
feat: Add some meta (.editorconfig and ignore dist/)
1 parent 9e971e0 commit c9c1e52

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.editorconfig

+10
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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules
1+
node_modules
2+
dist

0 commit comments

Comments
 (0)