re-alphabetize .jscsrc

This commit is contained in:
Chris Rebert 2014-07-25 11:02:30 -07:00
parent f023ddc64e
commit c2f4e5fef1
1 changed files with 1 additions and 1 deletions

View File

@ -5,8 +5,8 @@
"disallowMultipleLineStrings": true,
"disallowMultipleVarDecl": true,
"disallowQuotedKeysInObjects": "allButReserved",
"disallowSpaceBeforeBinaryOperators": [","],
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
"disallowSpaceBeforeBinaryOperators": [","],
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
"disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true },
"disallowSpacesInsideArrayBrackets": true,