summaryrefslogtreecommitdiff
path: root/lisp/cpp.el
diff options
context:
space:
mode:
authorMatthew Kosarek <matthew@matthewkosarek.xyz>2023-10-18 09:55:54 -0400
committerMatthew Kosarek <matthew@matthewkosarek.xyz>2023-10-18 09:55:54 -0400
commit12668c7677e70abf2f9e336f5c2e35d253faa671 (patch)
treec12039dc8f83304dc2718a29600ab3f5b3bc3919 /lisp/cpp.el
parentda17f67c5950de25b6399fd08718730acb9be422 (diff)
Functionalitiy for removing unused imports in python and small c++ styles
Diffstat (limited to 'lisp/cpp.el')
-rw-r--r--lisp/cpp.el1
1 files changed, 1 insertions, 0 deletions
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)