DiffWhiteSpaceOptions Enumeration
|
Diff whitespace options flags for "p4 diff"
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum DiffWhiteSpaceOptions
<FlagsAttribute>
Public Enumeration DiffWhiteSpaceOptions
[FlagsAttribute]
public enum class DiffWhiteSpaceOptions
[<FlagsAttribute>]
type DiffWhiteSpaceOptions
Members
| Member name | Value | Description |
---|
| None | 0 |
None
|
| IgnoreWhitespaceChanges | 1 |
-db Ignore Whitespace Changes
|
| IgnoreWhitespace | 2 |
-dw Ingore whitespace altogether.
|
| IgnoreLineEndings | 4 |
-dl Ignore Line Endings
|
| RCS | 8 |
-dn RCS
|
| ShowContext | 16 |
-dc[n] Show context of changes
|
| ShowSummary | 32 |
-ds Summary
|
| ShowUnified | 64 |
-du[n] Unified
|
See Also