Compiler flag to specify line ending #1693 code review adjustments

This commit is contained in:
kmashint
2015-04-26 21:32:51 -04:00
parent 16d7e5cad7
commit c1d2aeab84
4 changed files with 9 additions and 7 deletions

View File

@@ -1691,9 +1691,8 @@ module ts {
}
export const enum NewLineKind {
DEFAULT = 0,
CRLF = 1,
LF = 2,
CarriageReturnLineFeed = 0,
LineFeed = 1,
}
export interface LineAndCharacter {