aboutsummaryrefslogtreecommitdiff
path: root/apheleia.el
diff options
context:
space:
mode:
Diffstat (limited to 'apheleia.el')
-rw-r--r--apheleia.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/apheleia.el b/apheleia.el
index 854cc5c..3e9ca48 100644
--- a/apheleia.el
+++ b/apheleia.el
@@ -913,6 +913,7 @@ being run, for diagnostic purposes."
'((black . ("black" "-"))
(brittany . ("brittany"))
(clang-format . ("clang-format"))
+ (dart-format . ("dart" "format"))
(fish-indent . ("fish_indent"))
(gofmt . ("gofmt"))
(google-java-format . ("google-java-format" "-"))
@@ -1028,6 +1029,7 @@ function: %s" command)))
(c-mode . clang-format)
(c++-mode . clang-format)
(css-mode . prettier)
+ (dart-mode . dart-format)
(elixir-mode . mix-format)
(fish-mode . fish-indent)
(go-mode . gofmt)