]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add `try` and `catch` to keywords 11878/head
authorZlatan Vasović <legospace9876@gmail.com>
Sat, 14 Dec 2013 20:57:59 +0000 (21:57 +0100)
committerZlatan Vasović <legospace9876@gmail.com>
Sat, 14 Dec 2013 20:57:59 +0000 (21:57 +0100)
js/.jscs.json

index 2f04d9cd61a02e0b6a4f5195a4407f2ad5c0bda9..e02344fd5a50fd84d56ab349f9371a2b29c0352a 100644 (file)
@@ -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": ["!"],