fix: unified diff as default
This commit is contained in:
parent
7112a706b8
commit
cb2dd34a5e
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ export function createDefaultOptions<T>(style: FileDiffOptions<T>["diffStyle"])
|
||||||
themeType: "system",
|
themeType: "system",
|
||||||
disableLineNumbers: false,
|
disableLineNumbers: false,
|
||||||
overflow: "wrap",
|
overflow: "wrap",
|
||||||
diffStyle: style,
|
diffStyle: style ?? "unified",
|
||||||
diffIndicators: "bars",
|
diffIndicators: "bars",
|
||||||
disableBackground: false,
|
disableBackground: false,
|
||||||
expansionLineCount: 20,
|
expansionLineCount: 20,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue