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

@ -640,5 +640,5 @@
/*
* Enable/Disable case-insensitive pad names.
*/
"enforceLowerCasePadIds": false
"lowerCasePadIds": false
}