rename enforceLowerCasePadIds to lowerCasePadIds

This commit is contained in:
Daniel Habenicht 2022-04-26 11:02:52 +02:00 committed by SamTV12345
parent 11e7e703fb
commit 70a513749a
5 changed files with 8 additions and 8 deletions

View file

@ -639,5 +639,5 @@
/*
* Enable/Disable case-insensitive pad names.
*/
"enforceLowerCasePadIds": "${ENFORCE_LOWER_CASE_PAD_IDS:false}"
"lowerCasePadIds": "${LOWER_CASE_PAD_IDS:false}"
}