aboutsummaryrefslogtreecommitdiff
path: root/apheleia-formatters.el
diff options
context:
space:
mode:
Diffstat (limited to 'apheleia-formatters.el')
-rw-r--r--apheleia-formatters.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/apheleia-formatters.el b/apheleia-formatters.el
index 8536c2c..581a9a1 100644
--- a/apheleia-formatters.el
+++ b/apheleia-formatters.el
@@ -214,6 +214,7 @@
(rufo . ("rufo" "--filename" filepath "--simple-exit"))
(stylua . ("stylua" "-"))
(rustfmt . ("rustfmt" "--quiet" "--emit" "stdout"))
+ (taplo . ("taplo" "format" "--colors" "never" "-"))
(terraform . ("terraform" "fmt" "-"))
(treefmt . ("treefmt" "--stdin" filepath))
(typstyle . ("typstyle"))
@@ -394,6 +395,7 @@ rather than using this system."
(terraform-mode . terraform)
(TeX-latex-mode . latexindent)
(TeX-mode . latexindent)
+ (toml-ts-mode . taplo)
(tsx-ts-mode . prettier-typescript)
(tuareg-mode . ocamlformat)
(typescript-mode . prettier-typescript)