lassik / emacs-format-all-the-code

Auto-format source code in many languages with one command
https://melpa.org/#/format-all
MIT License
611 stars 106 forks source link

Fix perltidy error output #229

Closed tsilvap closed 1 year ago

tsilvap commented 1 year ago

By default, perltidy writes errors to a file called perltidy.ERR. To make it write to stderr (which is what is assumed by format-all), we need to pass a "--standard-error-output" flag.

tsilvap commented 1 year ago

I was doing some local rebasing in magit and ended up force-pushing to this branch somehow? Welp, sorry about this, should be fixed now.

lassik commented 1 year ago

No problem. Good catch. Thanks!