We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33429a5 commit 93abfc8Copy full SHA for 93abfc8
crates/emmylua_code_analysis/resources/schema.json
@@ -62,7 +62,8 @@
62
"format": {
63
"$ref": "#/$defs/EmmyrcReformat",
64
"default": {
65
- "externalTool": null
+ "externalTool": null,
66
+ "useDiff": false
67
}
68
},
69
"hint": {
@@ -846,6 +847,11 @@
846
847
848
],
849
"default": null
850
+ },
851
+ "useDiff": {
852
+ "description": "Whether to use the diff algorithm for formatting.",
853
+ "type": "boolean",
854
+ "default": false
855
856
857
0 commit comments