How to process white space lines.
Default: WhiteSpaceLine: 'noAction'
WhiteSpaceLine: 'noAction'
Take no action. Whites space lines are included as any other line.
WhiteSpaceLine: 'noTwoEmptyLn'
If two or more empty lines are together then they are reduced to one empty line.
WhiteSpaceLine: 'noTwoWsLn'
If two or more white space line are together then they are reduced to one white space line.
WhiteSpaceLine: 'removeAllEmpty'
All empty lines are removed.
WhiteSpaceLine: 'removeAllWs'
All white space line are removed.
This include white space lines and empty lines.
See Also: Options Text WhiteSpaceLine
See Also: Enumeration whiteSpLn
Generated using TypeDoc