Sets a static style for all indenters.
LipList indenterStyle(Style style) { _indenterStyleFunc = (_, _) => style; _syncRenderer(); return this; }