Closed mbandizzle closed 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>.
<CFIF>
<cfif>
In v0.14.3 this is implemented via the setting "tags.lowercase" (default true).
v0.14.3
"tags.lowercase"
true
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>
.