Diff whitespace options flags for "p4 diff"
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)
Syntax
| C# |
|---|
[FlagsAttribute] public enum DiffWhiteSpaceOptions |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration DiffWhiteSpaceOptions |
| Visual C++ |
|---|
[FlagsAttribute] public enum class 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 |