Skip to content

Commit

Permalink
add more dot files
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkeller committed Jan 26, 2020
1 parent 60553f4 commit 289852f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
@@ -0,0 +1,12 @@
root = true

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

[*.md]
indent_style = space
3 changes: 3 additions & 0 deletions .npmignore
@@ -0,0 +1,3 @@
test
.editorconfig
CHANGELOG.md
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: node_js
node_js:
- "node"
- "12"
- "10"
- "8"
- "6"

0 comments on commit 289852f

Please sign in to comment.