Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration EndOfLinePreference

End of line character preference.

Index

Enumeration members

Enumeration members

CRLF

CRLF: = 2

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

LF

LF: = 1

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

TextDefined

TextDefined: = 0

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

Generated using TypeDoc