Skip to content

Commit

Permalink
chore: add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 12, 2018
1 parent 2fa8830 commit ba353a0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
5 changes: 3 additions & 2 deletions .gitignore
Expand Up @@ -3,10 +3,11 @@ coverage
dist
*.log
.*
!.babelrc
!.editorconfig
!.eslintrc
!.gitignore
!.npmignore
!.babelrc
!.travis.yml
!.README
!.travis.yml
/package-lock.json

0 comments on commit ba353a0

Please sign in to comment.