jcberquist / commandbox-cfformat

A CommandBox module for formatting CFML component files.
MIT License
22 stars 10 forks source link

Fix cAsE for cftags similar to how cfscript works #72

Closed mbandizzle closed 4 years ago

mbandizzle commented 4 years ago

Now that we have support for cfm files (thank you!) it would be great to have cftag case be automatically cleaned up while formatting. So something like <CFIF> becomes <cfif>.

jcberquist commented 4 years ago

In v0.14.3 this is implemented via the setting "tags.lowercase" (default true).