Skip to content

Commit 93abfc8

Browse files
committed
Fix test
1 parent 33429a5 commit 93abfc8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

crates/emmylua_code_analysis/resources/schema.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
"format": {
6363
"$ref": "#/$defs/EmmyrcReformat",
6464
"default": {
65-
"externalTool": null
65+
"externalTool": null,
66+
"useDiff": false
6667
}
6768
},
6869
"hint": {
@@ -846,6 +847,11 @@
846847
}
847848
],
848849
"default": null
850+
},
851+
"useDiff": {
852+
"description": "Whether to use the diff algorithm for formatting.",
853+
"type": "boolean",
854+
"default": false
849855
}
850856
}
851857
},

0 commit comments

Comments
 (0)