diff --git a/apheleia.el b/apheleia.el index 625c44e0..2fe4a0f0 100644 --- a/apheleia.el +++ b/apheleia.el @@ -583,6 +583,7 @@ such a directory exists anywhere above the current (defcustom apheleia-mode-alist '((cc-mode . clang-format) (c-mode . clang-format) + (c++-mode . clang-format) (css-mode . prettier) (elixir-mode . mix-format) (go-mode . gofmt)