Skip to content

Commit

Permalink
add editorconfig and jshintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Dec 22, 2014
1 parent ddb4417 commit 469714c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# http://editorconfig.org
root = true

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

[*.md]
trim_trailing_whitespace = false

3 changes: 3 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"browserify": true
}

0 comments on commit 469714c

Please sign in to comment.