Closed ColemanTom closed 9 months ago
With the support for .editorconfig files, I was wondering if it would be possible (and reasonable?) to support simplify = true and minify = true flags too so all options which format data are available via the config file?
.editorconfig
simplify = true
minify = true
Agreed; duplicate of https://github.com/mvdan/sh/issues/819.
With the support for
.editorconfig
files, I was wondering if it would be possible (and reasonable?) to supportsimplify = true
andminify = true
flags too so all options which format data are available via the config file?