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 30, 2018
1 parent 0d96a9f commit f65a551
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 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
7 changes: 4 additions & 3 deletions .gitignore
Expand Up @@ -3,9 +3,10 @@ coverage
dist
*.log
.*
!.README
!.babelrc
!.editorconfig
!.eslintrc
!.gitignore
!.npmignore
!.babelrc
!.README
!.travis.yml
!.eslintrc

0 comments on commit f65a551

Please sign in to comment.