mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-18 07:29:16 -05:00
Compiler flag to specify line ending #1693 fix whitespace
This commit is contained in:
committed by
kmashint
parent
532f92b88f
commit
16d7e5cad7
@@ -69,9 +69,9 @@ module ts {
|
||||
{
|
||||
name: "newLine",
|
||||
type: { "crlf": NewLineKind.CRLF, "lf": NewLineKind.LF },
|
||||
description: Diagnostics.Emit_newline_Colon_CRLF_dos_or_LF_unix,
|
||||
description: Diagnostics.Emit_newline_Colon_CRLF_dos_or_LF_unix,
|
||||
paramType: Diagnostics.NEWLINE,
|
||||
error: Diagnostics.Argument_for_newLine_option_must_be_CRLF_or_LF
|
||||
error: Diagnostics.Argument_for_newLine_option_must_be_CRLF_or_LF
|
||||
},
|
||||
{
|
||||
name: "noEmit",
|
||||
|
||||
Reference in New Issue
Block a user