From 8f79d8ebeed28615fcf9b3289a69ae8726ca9a1b Mon Sep 17 00:00:00 2001 From: koiyakiya <149911531+koiyakiya@users.noreply.github.com> Date: Tue, 10 Sep 2024 22:14:36 -0500 Subject: [PATCH] Make layoutAwareScan `true` by default (#1408) Update options-schema.json Signed-off-by: koiyakiya <149911531+koiyakiya@users.noreply.github.com> --- ext/data/schemas/options-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json index 561ca60062..6c5975b8c6 100644 --- a/ext/data/schemas/options-schema.json +++ b/ext/data/schemas/options-schema.json @@ -743,7 +743,7 @@ }, "layoutAwareScan": { "type": "boolean", - "default": false + "default": true }, "matchTypePrefix": { "type": "boolean",