Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatinem committed Nov 15, 2018
0 parents commit e906aaf
Show file tree
Hide file tree
Showing 20 changed files with 6,263 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
@@ -0,0 +1,10 @@
# editorconfig.org
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
5 changes: 5 additions & 0 deletions .gitignore
@@ -0,0 +1,5 @@
.testoutput
.nyc_output
coverage
dist
node_modules

0 comments on commit e906aaf

Please sign in to comment.