diff options
Diffstat (limited to '.jscs.json')
-rw-r--r-- | .jscs.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.jscs.json b/.jscs.json index 106dc8cd2..0e9cec8fe 100644 --- a/.jscs.json +++ b/.jscs.json @@ -21,5 +21,6 @@ "disallowMultipleLineBreaks": true, "disallowKeywordsOnNewLine": [ "else" ], "requireLineFeedAtFileEnd": true, - "disallowSpaceAfterObjectKeys": true + "disallowSpaceAfterObjectKeys": true, + "validateLineBreaks": "LF" } |