Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Preset: add 'catch' to "disallowKeywordsOnNewLine" rule for wikimedia
Browse files Browse the repository at this point in the history
Closes gh-874
  • Loading branch information
jdforrester authored and markelog committed Jan 15, 2015
1 parent cd60455 commit 2edad7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion presets/wikimedia.json
Expand Up @@ -55,7 +55,8 @@
"disallowTrailingWhitespace": true,
"disallowTrailingComma": true,
"disallowKeywordsOnNewLine": [
"else"
"else",
"catch"
],
"requireLineBreakAfterVariableAssignment": true,
"requireLineFeedAtFileEnd": true,
Expand Down

0 comments on commit 2edad7b

Please sign in to comment.