Skip to content

Commit

Permalink
Make layoutAwareScan true by default (#1408)
Browse files Browse the repository at this point in the history
Update options-schema.json

Signed-off-by: koiyakiya <[email protected]>
  • Loading branch information
koiyakiya authored Sep 11, 2024
1 parent cfcaa2a commit 8f79d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/data/schemas/options-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@
},
"layoutAwareScan": {
"type": "boolean",
"default": false
"default": true
},
"matchTypePrefix": {
"type": "boolean",
Expand Down

0 comments on commit 8f79d8e

Please sign in to comment.