Skip to content

Commit

Permalink
Fix codestyle configs
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkabears committed Feb 22, 2015
1 parent c60b907 commit 4cfeac9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ root = true

[*]
indent_style = space
indent_size = 4
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
Expand Down
4 changes: 4 additions & 0 deletions .jscsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"preset": "airbnb",
"safeContextKeyword": null
}
4 changes: 0 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ module.exports = function(grunt) {
},
test: {
src: 'test/**/*.js'
},
options: {
preset: 'airbnb',
safeContextKeyword: null
}
},

Expand Down

0 comments on commit 4cfeac9

Please sign in to comment.