mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-05-13 03:01:39 -04:00
JSCS config: Set validateLineBreaks
This commit is contained in:
@@ -21,5 +21,6 @@
|
||||
"disallowMultipleLineBreaks": true,
|
||||
"disallowKeywordsOnNewLine": [ "else" ],
|
||||
"requireLineFeedAtFileEnd": true,
|
||||
"disallowSpaceAfterObjectKeys": true
|
||||
"disallowSpaceAfterObjectKeys": true,
|
||||
"validateLineBreaks": "LF"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user