From e0805584950477584fda4113fcd9a73599ce5738 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Thu, 23 Nov 2023 12:57:12 -0800 Subject: Add note about markdown-mode (#256) --- apheleia-formatters.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apheleia-formatters.el b/apheleia-formatters.el index 719fcad..091bc8b 100644 --- a/apheleia-formatters.el +++ b/apheleia-formatters.el @@ -282,6 +282,9 @@ rather than using this system." (LaTeX-mode . latexindent) (lua-mode . stylua) (lisp-mode . lisp-indent) + ;; markdown-mode not included because so many people format + ;; markdown code in so many different ways and we don't want to + ;; try imposing a standard by default (nasm-mode . asmfmt) (nix-mode . nixfmt) (perl-mode . perltidy) -- cgit v1.0