Skip to content

Commit

Permalink
json schema: update some defaults to their modern values
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Feb 11, 2025
1 parent 3f9e55f commit a3647a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cli/src/config-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,12 @@
"diff-editor": {
"type": "string",
"description": "Editor tool to use for editing diffs",
"default": "meld"
"default": ":builtin"
},
"merge-editor": {
"type": "string",
"description": "Tool to use for resolving three-way merges. Behavior for a given tool name can be configured in merge-tools.TOOL tables"
"description": "Tool to use for resolving three-way merges. Behavior for a given tool name can be configured in merge-tools.TOOL tables",
"default": ":builtin"
},
"conflict-marker-style": {
"$ref": "#/properties/ui/definitions/conflict-marker-style"
Expand Down

0 comments on commit a3647a6

Please sign in to comment.