Open dandelionred opened 5 years ago
This (it comes from sample nginx magento snippet)
gzip_types text/plain text/css text/js text/xml text/javascript application/javascript application/x-javascript application/json application/xml application/xml+rss image/svg+xml;
is converted to
Could it format such multiline values the padded way?
In fact, this is a matter of style. Perhaps, current formatting is preferred for some, as shown in #9. I'll probably make an option in FormatterOptions for it. Leaving it open for now.
FormatterOptions
This (it comes from sample nginx magento snippet)
is converted to
Could it format such multiline values the padded way?