Skip to content

Commit

Permalink
Disable validateLineBreaks rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata committed Jul 19, 2016
1 parent ed698f2 commit efc0107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jscsrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"requireSpacesInsideParentheses": false,
"disallowSpacesInFunctionExpression": false,
"disallowSpacesInAnonymousFunctionExpression": false,
"validateLineBreaks": "CRLF",
"validateLineBreaks": null,
"requireSpacesInsideBrackets": {
"allExcept": [ "[", "]", "{", "}" ]
},
Expand Down

0 comments on commit efc0107

Please sign in to comment.