diff options
| author | Radon Rosborough <radon.neon@gmail.com> | 2021-11-04 20:56:14 -0700 |
|---|---|---|
| committer | Radon Rosborough <radon.neon@gmail.com> | 2021-11-04 20:56:14 -0700 |
| commit | 5b36008ed61c5ab075e5994801bd5b11a5776f89 (patch) | |
| tree | e90dcb47f62c11b62ba0956f98d3869449779789 | |
| parent | 1b7f2cf9969e7dfe610780b38b6f3dd834d1c01d (diff) | |
Enable clang-format in c++-mode too
| -rw-r--r-- | apheleia.el | 1 |
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) |
