mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-13 15:41:50 +00:00
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",
|
||||
disableLineNumbers: false,
|
||||
overflow: "wrap",
|
||||
diffStyle: style,
|
||||
diffStyle: style ?? "unified",
|
||||
diffIndicators: "bars",
|
||||
disableBackground: false,
|
||||
expansionLineCount: 20,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue