You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 17, 2022. It is now read-only.
HOCON specification recommends
hyphen-separatedsettings overcamelCaseUsing case classes like the following works
but it is a bit clumsy in the source code.
Wouldn't it be nice to have an option to automagically convert
camelCaseintohyphen-separated?