Sets line-ending character(s) for client text files.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum LineEnd
<FlagsAttribute>
Public Enumeration LineEnd
[FlagsAttribute]
public enum class LineEnd
[<FlagsAttribute>]
type LineEnd
Members
| Member name | Value | Description |
---|
| Local | 0 |
mode that is native to the client (default).
|
| Unix | 1 |
linefeed: UNIX style.
|
| Mac | 2 |
carriage return: Macintosh style.
|
| Win | 3 |
carriage return-linefeed: Windows style.
|
| Share | 4 |
hybrid: writes UNIX style but reads UNIX,
Mac or Windows style.
|
See Also