Skip to content

Commit

Permalink
Merge pull request #37 from mohayonao/implements-SCSet
Browse files Browse the repository at this point in the history
implemebts SCSet
  • Loading branch information
mohayonao committed May 14, 2014
2 parents 4137671 + 418710b commit 16021a5
Show file tree
Hide file tree
Showing 11 changed files with 945 additions and 103 deletions.
10 changes: 5 additions & 5 deletions .jscsrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
],
"requireRightStickedOperators": [ "!" ],
"disallowRightStickedOperators": [
"?", "*", "=", "==", "===", "!=","!==", ">", ">=", "<", "<="
"?", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="
],
"disallowSpaceAfterPrefixUnaryOperators": [ "++", "--", "+", "-", "~", "!" ],
"disallowSpaceBeforePostfixUnaryOperators": [ "++", "--" ],
"requireSpaceBeforeBinaryOperators": [
"+", "-", "*", "=", "==", "===", "!=", "!=="
],
// "requireSpaceBeforeBinaryOperators": [
// "+", "-", "*", "=", "==", "===", "!=", "!=="
// ],
"requireSpaceAfterBinaryOperators": [
"+", "-", "*", "=", "==", "===", "!=","!=="
"+", "-", "*", "=", "==", "===", "!=", "!=="
],
"validateLineBreaks": "LF",
"validateQuoteMarks": { "mark": "\"", "escape": true },
Expand Down
Loading

0 comments on commit 16021a5

Please sign in to comment.