You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support multiple formatters (#31). You can now configure a list of formatters for a major-mode in apheleia-mode-alist and they will be run in sequence.
Support evaluating items in apheleia-formatters to make formatter commands more dynamic (#50, #55).
Apheleia no longer triggers after-set-visited-file-name-hook, which reduces conflicts with various modes. For example, lsp-mode will no longer trigger a reconnect every time you save.
Fix inconsistent :type spec preventing use of customize-variable on apheleia-formatters.
Fix mixed style line ending generated by diff (#54) by adding --strip-trailing-cr to diff's argument list.