diff options
Diffstat (limited to 'apheleia-formatters.el')
| -rw-r--r-- | apheleia-formatters.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apheleia-formatters.el b/apheleia-formatters.el index 75374fa..c49c18e 100644 --- a/apheleia-formatters.el +++ b/apheleia-formatters.el @@ -104,6 +104,7 @@ (mix-format . ("apheleia-from-project-root" ".formatter.exs" "apheleia-mix-format" filepath)) (nixfmt . ("nixfmt")) + (nomad . ("nomad" "fmt" "-")) (ocamlformat . ("ocamlformat" "-" "--name" filepath "--enable-outside-detected-project")) (ocp-indent . ("ocp-indent")) @@ -370,6 +371,7 @@ rather than using this system." (nasm-mode . asmfmt) (nix-mode . nixfmt) (nix-ts-mode . nixfmt) + (nomad-mode . nomad) (perl-mode . perltidy) (php-mode . phpcs) (purescript-mode . purs-tidy) |
