Skip to content

@jsvision/code-editor / DocumentLineEnding

Type Alias: DocumentLineEnding

DocumentLineEnding = "none" | "lf" | "crlf" | "cr" | "mixed"

Defined in: code-editor/src/document/types.ts:171

Describes the line separators observed in exact document text.