aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadon Rosborough <radon.neon@gmail.com>2021-11-04 20:56:14 -0700
committerRadon Rosborough <radon.neon@gmail.com>2021-11-04 20:56:14 -0700
commit5b36008ed61c5ab075e5994801bd5b11a5776f89 (patch)
treee90dcb47f62c11b62ba0956f98d3869449779789
parent1b7f2cf9969e7dfe610780b38b6f3dd834d1c01d (diff)
Enable clang-format in c++-mode too
-rw-r--r--apheleia.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/apheleia.el b/apheleia.el
index 625c44e..2fe4a0f 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)