Skip to content

Commit

Permalink
JSCS config: Set validateLineBreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Dec 9, 2013
1 parent 06df97d commit 93ec756
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .jscs.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"disallowMultipleLineBreaks": true,
"disallowKeywordsOnNewLine": [ "else" ],
"requireLineFeedAtFileEnd": true,
"disallowSpaceAfterObjectKeys": true
"disallowSpaceAfterObjectKeys": true,
"validateLineBreaks": "LF"
}

0 comments on commit 93ec756

Please sign in to comment.