Closed chapmandu closed 4 years ago
I wonder if it would be better just to not lowercase the first letter if the function name starts with running capitals? So that DoSomething()
would become doSomething()
(as it does now), but if you did DOSomething()
(or XMLIsOkay
) it just left it as is?
Even better.. one less thing to configure. 👍
I have implemented this as per my comment above in v0.14.3
.
It would be great to specify certain edge case functions which fall outside of the configured case rules. In particular, functions that begin with an acronym. Eg:
Actual result:
Desired result:
.cfformat.json