Enumeration EndOfLinePreference

End of line character preference.

Enumeration Members

Enumeration Members

CRLF: 2

Use carriage return and line feed (\r\n) as the end of line character.

LF: 1

Use line feed (\n) as the end of line character.

TextDefined: 0

Use the end of line character identified in the text buffer.