Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ebde468

Browse files
hzoopetebacondarwin
authored andcommitted
style(*): add jscs rule requireSpaceBeforeKeywords
Closes #10772
1 parent ad68a41 commit ebde468

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.jscs.json

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
"beforeOpeningRoundBrace": true
2121
},
2222
"disallowSpacesInsideArrayBrackets": true,
23+
"requireSpaceBeforeKeywords": [
24+
"else",
25+
"while",
26+
"catch"
27+
],
2328
"disallowSpacesInsideParentheses": true,
2429
"disallowTrailingComma": true,
2530
"disallowTrailingWhitespace": true,

0 commit comments

Comments
 (0)