MCPcopy Index your code
hub / github.com/rtfpessoa/diff2html / RenderConfig

Interface RenderConfig

src/render-utils.ts:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41};
42
43export interface RenderConfig {
44 matching?: LineMatchingType;
45 matchWordsThreshold?: number;
46 maxLineLengthHighlight?: number;
47 diffStyle?: DiffStyleType;
48 colorScheme?: ColorSchemeType;
49}
50
51export const defaultRenderConfig = {
52 matching: LineMatchingType.NONE,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…