Update uppercase-regex-insert for PR feedback.

- Default to `true`
- Note default value in config
- Fix changelog link
- Add config test
This commit is contained in:
Ryan Roden-Corrent 2025-08-30 17:42:58 -04:00
parent 2a796d77e3
commit 4d19e829b3
No known key found for this signature in database
GPG key ID: 435D8B10692555C9
5 changed files with 6 additions and 3 deletions

View file

@ -3378,7 +3378,7 @@ config_load(struct config *conf, const char *conf_path,
.strikeout_thickness = {.pt = 0., .px = -1},
.dpi_aware = false,
.gamma_correct = false,
.uppercase_regex_insert = false,
.uppercase_regex_insert = true,
.security = {
.osc52 = OSC52_ENABLED,
},