[This is preliminary documentation and is subject to change.]

Diff whitespace options flags.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)

Syntax

C#
[FlagsAttribute]
public enum DiffWhiteSpaceOptions
Visual Basic
<FlagsAttribute> _
Public Enumeration DiffWhiteSpaceOptions
Visual C++
[FlagsAttribute]
public enum class DiffWhiteSpaceOptions

Members

Member nameValueDescription
none0 None
IgnoreWhitespaceChanges1 -db Ignore Whitespace Changes
IgnoreWhitespace2 -dw Ingore whitespace altogether.
IgnoreLineEndings4 -dl Ignore Line Endings
RCS8 -dn RCS
ShowContext16 -dc[n] Show context of changes
ShowSummary32 -ds Summary
ShowUnified64 -du[n] Unified

See Also