aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apheleia-formatters.el3
1 files changed, 3 insertions, 0 deletions
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)