Optional ReadonlyhardOptional ReadonlytrimWhitespace on all lines is removed by default. Set this option to false if you don't want to trim.
Optional ReadonlywordBy default, an attempt is made to split words at spaces, ensuring that they don't extend past the configured columns. If wordWrap is false, each column will instead be completely filled splitting words as necessary.
By default the wrap is soft, meaning long words may extend past the column width. Setting this to
truewill make it hard wrap at the column width.