Skip to content

Commit

Permalink
Merge pull request #11878 from ZDroid/patch-1
Browse files Browse the repository at this point in the history
Add `try` and `catch` to keywords
  • Loading branch information
cvrebert committed Dec 14, 2013
2 parents 914f5e6 + 7f6cf5e commit 9e50078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/.jscs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return"],
"requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch"],
"requireSpacesInFunctionExpression": { "beforeOpeningCurlyBrace": true },
"disallowLeftStickedOperators": ["?", "+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
"requireRightStickedOperators": ["!"],
Expand Down

0 comments on commit 9e50078

Please sign in to comment.