in src/lib/CodeMirror/indentationMarkers.ts [533:541]
export function indentationMarkers(config: IndentationMarkerConfiguration = {}): Extension {
return [
indentationMarkerConfig.of(config),
indentTheme,
ViewPlugin.fromClass(IndentMarkersClass, {
decorations: (v) => v.decorations
})
];
}