Module formatting

Source
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§

TabSize
Set a tab size.

Enums§

AlignmentStrategy
AlignmentStrategy is a responsible for a flow how we apply an alignment. It mostly matters for multiline strings.
TrimStrategy
TrimStrategy determines if it’s allowed to use empty space while doing Alignment.