[backport] add missing caseSensitive property to many combo fields

This commit is contained in:
Martin Raifer 2022-11-09 18:37:00 +01:00
parent 6f128c7c1f
commit 93aa67bb30
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
18 changed files with 32 additions and 14 deletions

View file

@ -6,5 +6,6 @@
"common mistake names",
"wrong names"
],
"snake_case": false
"snake_case": false,
"caseSensitive": true
}