Open KOLANICH opened 7 years ago
h2\.settings\.([A-Z_]{4,}) -> h2.settings.SettingCodes.$1
h2\.settings\.([A-Z_]{4,})
h2.settings.SettingCodes.$1
Yup, seems like we'd need this changed. Want to open a PR to do it?
Sorry, I have some tech problems and can't do that now. Feel free to do it for me.
h2\.settings\.([A-Z_]{4,})
->h2.settings.SettingCodes.$1