TrimBehaviour
Public / Constants
Whitespace
Each run of whitespace characters (see FormattingUtil.IsWhitespace) in a text line is replaced with a single ' '
character.
WhitespaceAndLineBreak
Each run of whitespace characters (see FormattingUtil.IsWhitespace) in the text is replaced with a single ' '
character.