Compiler flag to specify line ending #1693 fix whitespace

This commit is contained in:
Keith Mashinter
2015-04-26 12:19:16 -04:00
committed by kmashint
parent 532f92b88f
commit 16d7e5cad7
4 changed files with 14 additions and 14 deletions

View File

@@ -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",