Skip to content

Commit

Permalink
Remove duplicate entry in .jscsrc
Browse files Browse the repository at this point in the history
This key is overwritten two lines later (with a stricter setting).
  • Loading branch information
dduugg committed Oct 16, 2015
1 parent 98c75f5 commit dfca2a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .jscsrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

"disallowEmptyBlocks": true,

"disallowSpaceAfterPrefixUnaryOperators": ["!"],
"disallowSpaceBeforeBinaryOperators": [","],
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
Expand Down

0 comments on commit dfca2a0

Please sign in to comment.