Enable match whole words by default
This commit is contained in:
parent
61f186764d
commit
bca43b11fa
|
@ -18,7 +18,7 @@
|
||||||
"world_info_recursive": true,
|
"world_info_recursive": true,
|
||||||
"world_info_overflow_alert": false,
|
"world_info_overflow_alert": false,
|
||||||
"world_info_case_sensitive": false,
|
"world_info_case_sensitive": false,
|
||||||
"world_info_match_whole_words": false,
|
"world_info_match_whole_words": true,
|
||||||
"world_info_character_strategy": 1,
|
"world_info_character_strategy": 1,
|
||||||
"world_info_budget_cap": 0
|
"world_info_budget_cap": 0
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue