Merge pull request #1027 from codevinsky/editor-config

added: .editorconfig file to help with jshint issues
This commit is contained in:
Richard Davey 2014-07-15 17:14:43 +01:00
commit 011c0380b7
2 changed files with 14 additions and 0 deletions

13
.editorconfig Normal file
View file

@ -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

View file

@ -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"
}