Facet for the indentation unit (string of spaces or a tab).
final indentUnit = Facet.define<String, String>( FacetConfig( combine: (values) => values.isNotEmpty ? values.first : ' ', ), );