mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
The :editor format module uses either the formatter available through an LSP server or a formatter that the format-all package supports. With :editor (format +onsave), this formatter is triggered when a file is saved. However, if no format-all formatter is available, this on-save behavior is disabled, even if an LSP formatter is available. This fixes that.