Skip to content

Commit

Permalink
feat: Add some meta (.editorconfig and ignore dist/)
Browse files Browse the repository at this point in the history
  • Loading branch information
phanan committed Jan 15, 2020
1 parent 9e971e0 commit c9c1e52
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
dist

0 comments on commit c9c1e52

Please sign in to comment.