Click or drag to resize

DiffWhiteSpaceOptions Enumeration

Diff whitespace options flags for "p4 diff"

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
[FlagsAttribute]
public enum 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