diff options
| author | michzappa <59343378+michzappa@users.noreply.github.com> | 2022-05-16 00:36:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-15 21:36:47 -0700 |
| commit | cececba08fa7cb39a24d0f2c97aebf3dfd70a2cf (patch) | |
| tree | 2a66d1fb711bf9a51b6323fe7fd53a65c14884a2 /apheleia.el | |
| parent | 363d634c5c3d79983fb44d2238fcfdf24fbf81b2 (diff) | |
Add nixfmt (#98)
* Add nixfmt
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
Co-authored-by: Radon Rosborough <radon.neon@gmail.com>
Diffstat (limited to 'apheleia.el')
| -rw-r--r-- | apheleia.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apheleia.el b/apheleia.el index c71121c..1cb1e29 100644 --- a/apheleia.el +++ b/apheleia.el @@ -930,6 +930,7 @@ being run, for diagnostic purposes." (ktlint . ("ktlint" "--stdin" "-F")) (latexindent . ("latexindent" "--logfile=/dev/null")) (mix-format . ("mix" "format" "-")) + (nixfmt . ("nixfmt")) (ocamlformat . ("ocamlformat" "-" "--name" filepath "--enable-outside-detected-project")) (phpcs . ("apheleia-phpcs")) @@ -1063,6 +1064,7 @@ function: %s" command))) (kotlin-mode . ktlint) (latex-mode . latexindent) (LaTeX-mode . latexindent) + (nix-mode . nixfmt) (python-mode . black) (ruby-mode . prettier) (rustic-mode . rustfmt) |
