(Emacs)+c/C++ no longer have aggressive indent
`clang-format-mode` does the same thing for me in C/C++, and they usually conflict.
This commit is contained in:
@@ -2438,6 +2438,12 @@ description I give won't do it justice.
|
||||
:straight t
|
||||
:demand t
|
||||
:config
|
||||
(add-to-list 'aggressive-indent-excluded-modes
|
||||
'c-mode)
|
||||
(add-to-list 'aggressive-indent-excluded-modes
|
||||
'c++-mode)
|
||||
(add-to-list 'aggressive-indent-excluded-modes
|
||||
'cc-mode)
|
||||
(global-aggressive-indent-mode))
|
||||
#+end_src
|
||||
** Compilation
|
||||
|
||||
Reference in New Issue
Block a user