From 12668c7677e70abf2f9e336f5c2e35d253faa671 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Wed, 18 Oct 2023 09:55:54 -0400 Subject: Functionalitiy for removing unused imports in python and small c++ styles --- lisp/cpp.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/cpp.el') diff --git a/lisp/cpp.el b/lisp/cpp.el index 6dad38b..5bb04a8 100644 --- a/lisp/cpp.el +++ b/lisp/cpp.el @@ -12,6 +12,7 @@ (c-set-offset 'substatement-open 0) (c-set-offset 'arglist-intro '+) (c-set-offset 'arglist-cont-non-empty '+) + (c-set-offset 'argslist-close '+) ) (add-hook 'c-mode-common-hook 'setup-c) -- cgit v1.2.1