jcberquist / commandbox-cfformat

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

[Feature Request] Setting to automatically put quotes around struct keys #66

Closed elpete closed 4 years ago

elpete commented 4 years ago

Since CFML out-of-the-box serializes un-quoted struct keys to ALL_UPPERCASE, I like to have quotes around all my struct keys for consistency. Any chance this could be an automatic setting?

jcberquist commented 4 years ago

I have added struct.quote_keys as a setting. It should quote any unquoted struct keys.