Expand description
This module contains settings for render strategy of papergrid.
TrimStrategy
and AlignmentStrategy
allows to set Alignment
settings.
TabSize
sets a default tab size.
Structs§
- Set a tab size.
Enums§
AlignmentStrategy
is a responsible for a flow how we apply an alignment. It mostly matters for multiline strings.TrimStrategy
determines if it’s allowed to use empty space while doingAlignment
.