#guix what's a good formatter program for Guix Guile code? I can't bring myself to look at `guix style`'s output.

@bhoot I don't think we have anything better than guix style at the moment. Would be cool to have something like clj-kondo and cljfmt for Guile, but we are not yet here.

https://github.com/clj-kondo/clj-kondo
https://github.com/weavejester/cljfmt

GitHub - clj-kondo/clj-kondo: Static analyzer and linter for Clojure code that sparks joy

Static analyzer and linter for Clojure code that sparks joy - clj-kondo/clj-kondo

GitHub
@abcdw Ah that sucks. Is there a generic scheme formatter we could apply to guile files?
@bhoot I'm not aware of any (but I didn't try hard to find).