Skip to content

Commit

Permalink
Merge pull request phaserjs#1027 from codevinsky/editor-config
Browse files Browse the repository at this point in the history
added: .editorconfig file to help with jshint issues
  • Loading branch information
photonstorm committed Jul 15, 2014
2 parents afb379f + 74ee054 commit 011c038
Show file tree
Hide file tree
Showing 2 changed files with 14 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 = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-uglify": "^0.4.0",
"grunt-notify": "^0.3.0",
"grunt-text-replace": "^0.3.11",
"load-grunt-config": "~0.7.2"
}
Expand Down

0 comments on commit 011c038

Please sign in to comment.