diff --git a/format-all.el b/format-all.el index a5609b7d..7773f864 100644 --- a/format-all.el +++ b/format-all.el @@ -1266,7 +1266,7 @@ Consult the existing formatters for examples of BODY." (:features) (:format (format-all--buffer-easy - executable "--stdin" "--non-interactive" "--quiet"))) + executable "--stdin" "--non-interactive" "--quiet" "--stdout"))) (define-format-all-formatter shfmt (:executable "shfmt")