unindent-first-line? ( section -- ? )
Factor handbook » Developer tools » The prettyprinter » Extending the prettyprinter » Prettyprinter sections » Prettyprinter section protocol

Prev:indent-section? ( section -- ? )
Next:newline-after? ( section -- ? )


Vocabulary
prettyprint.sections

Inputs
sectiona section


Outputs
?a boolean


Generic word contract
Outputs a boolean indicating if the indent level should only be increased for lines after the first line when printing this section as a long-section. Default implementation outputs f.

Notes
This is used to format colon sections because of the colon definition formatting convention.

Definition


Methods