diff options
| author | Radon Rosborough <radon@intuitiveexplanations.com> | 2023-11-23 12:57:12 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-23 12:57:12 -0800 |
| commit | e0805584950477584fda4113fcd9a73599ce5738 (patch) | |
| tree | 1fc0d741591a4cd976763b5087a5f1c12c4543da | |
| parent | 7adc80a310de5709ce023e724f4256f59a624142 (diff) | |
Add note about markdown-mode (#256)
| -rw-r--r-- | apheleia-formatters.el | 3 |
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) |
