Skip to content

Commit

Permalink
style(*): add jscs rule requireSpaceBeforeKeywords
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo authored and petebacondarwin committed Jan 30, 2015
1 parent ad68a41 commit ebde468
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .jscs.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"beforeOpeningRoundBrace": true
},
"disallowSpacesInsideArrayBrackets": true,
"requireSpaceBeforeKeywords": [
"else",
"while",
"catch"
],
"disallowSpacesInsideParentheses": true,
"disallowTrailingComma": true,
"disallowTrailingWhitespace": true,
Expand Down

0 comments on commit ebde468

Please sign in to comment.