mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-29 16:29:19 -05:00
Compiler flag to specify line ending #1693 code review adjustments
This commit is contained in:
@@ -1691,9 +1691,8 @@ module ts {
|
||||
}
|
||||
|
||||
export const enum NewLineKind {
|
||||
DEFAULT = 0,
|
||||
CRLF = 1,
|
||||
LF = 2,
|
||||
CarriageReturnLineFeed = 0,
|
||||
LineFeed = 1,
|
||||
}
|
||||
|
||||
export interface LineAndCharacter {
|
||||
|
||||
Reference in New Issue
Block a user