Skip to content

Commit

Permalink
style(): add editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Nov 14, 2015
1 parent 88492d6 commit 4431aee
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
@@ -0,0 +1,15 @@
# http://editorconfig.org

root = true

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

[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
5 changes: 0 additions & 5 deletions .jshintrc

This file was deleted.

0 comments on commit 4431aee

Please sign in to comment.