combine()

in src/lib/CodeMirror/indentationMarkers.ts [458:463]


	combine(configs) {
		return combineConfig(configs, {
			highlightActiveBlock: true,
			hideFirstIndent: false
		});
	}