A | |
| atom_param [Easy_format] | |
E | |
| escape [Easy_format] | |
L | |
| label_break [Easy_format] |
When to break the line after a
Label: Auto: break after the label if there's not enough room, Always: always break after the label, Always_rec: always break after the label and force breaks in all parent
lists and labels, similarly to `Force_breaks_rec for lists., Never: never break after the label
|
| label_param [Easy_format] |
Label-formatting parameters.
|
| list_param [Easy_format] |
List-formatting parameters.
|
S | |
| style [Easy_format] |
Pair of opening and closing tags that are inserted around
text after pretty-printing.
|
| style_name [Easy_format] | |
| styles [Easy_format] | |
T | |
| t [Easy_format] |
The type of the tree to be pretty-printed.
|
W | |
| wrap [Easy_format] |
List wrapping conditions:
`Wrap_atoms: wrap if the list contains only atoms, `Always_wrap: always wrap when needed, `Never_wrap: never wrap,
i.e. the list is either horizontal or vertical, `Force_breaks: align vertically,
i.e. always break line between list items and
align the left edge of each item., `Force_breaks_rec: same as `Force_breaks but turns
any wrappable ancestor node's wrap property (`Wrap_atoms
or `Always_wrap) into `Force_breaks., `No_breaks: align horizontally,
i.e. never break line between list items
|