From 5b36008ed61c5ab075e5994801bd5b11a5776f89 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Thu, 4 Nov 2021 20:56:14 -0700 Subject: [PATCH] Enable clang-format in c++-mode too --- apheleia.el | 1 + 1 file changed, 1 insertion(+) 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)