Click or drag to resize

LineEnd Enumeration

Sets line-ending character(s) for client text files.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum LineEnd
Members
  Member nameValueDescription
Local0 mode that is native to the client (default).
Unix1 linefeed: UNIX style.
Mac2 carriage return: Macintosh style.
Win3 carriage return-linefeed: Windows style.
Share4 hybrid: writes UNIX style but reads UNIX, Mac or Windows style.
See Also