By default, whitespace will be rendered as is. When the OptimiseWhitespace options is specified when creating AntlrVelocityParser, whitespace rendering is changed as follows:
A sequence of `and\t` are replaced by a single space.
A sequence of newlines gets replaced by a single \n.
A sequence of both vertical and horizontal whitespace also gets replaced by a single \n
By default, whitespace will be rendered as is. When the
OptimiseWhitespace
options is specified when creatingAntlrVelocityParser
, whitespace rendering is changed as follows:`and
\t` are replaced by a single space.\n
.\n