mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 09:01:42 -05:00
Add note about markdown-mode (#256)
This commit is contained in:
parent
7adc80a310
commit
e080558495
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue