IgnoreWhiteSpaceBehavior Enumeration
Visual Studio 2015
Determines how to treat whitespace.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Member name | Description | |
|---|---|---|
| IgnoreAllWhiteSpace | Ignore all whitespace when performing line-level differencing. | |
| IgnoreTrimWhiteSpace | Ignore whitespace at the start and end of lines when performing line-level differencing. This is equivalent to IgnoreTrimWhiteSpace. | |
| None | Don't ignore whitespace. |
Show: