Enable clang-format in c++-mode too

This commit is contained in:
Radon Rosborough 2021-11-04 20:56:14 -07:00
parent 1b7f2cf996
commit 5b36008ed6

View file

@ -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)