We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a21ec5 commit 808b15fCopy full SHA for 808b15f
ui/react-example/src/hooks/useDiffConfig.ts
@@ -15,7 +15,7 @@ export const useDiffConfig = createState(
15
highlight: true,
16
wrap: false,
17
fontsize: 12,
18
- mode: DiffModeEnum.SplitGitLab,
+ mode: DiffModeEnum.Split,
19
engine: "lowlight",
20
}) as DiffConfig,
21
{
0 commit comments