mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 17:11:40 -05:00
Enable clang-format in c++-mode too
This commit is contained in:
parent
1b7f2cf996
commit
5b36008ed6
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue