Dedent
final class Dedent
Removes one level of indentation introduced by paired Latte tags.
Each paired tag ({if}, {foreach}, …) strips exactly one indent level from its content. The indent unit is auto-detected from the first content line; the tag's source column determines how much structural indent to preserve.
Methods
static void
Details
at line 26
static void
apply(FragmentNode $fragment, Tag $startTag)
No description