mvdan / sh

A shell parser, formatter, and interpreter with bash support; includes shfmt
https://pkg.go.dev/mvdan.cc/sh/v3
BSD 3-Clause "New" or "Revised" License
6.97k stars 332 forks source link

editorconfig - accept simplify and minify flags? #1059

Closed ColemanTom closed 4 months ago

ColemanTom commented 4 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?

mvdan commented 4 months ago

Agreed; duplicate of https://github.com/mvdan/sh/issues/819.