summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-styles.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/cc-styles.el')
-rw-r--r--lisp/progmodes/cc-styles.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/cc-styles.el b/lisp/progmodes/cc-styles.el
index 9e37dba4186..daaf762d77c 100644
--- a/lisp/progmodes/cc-styles.el
+++ b/lisp/progmodes/cc-styles.el
@@ -43,6 +43,8 @@
(arglist-close . c-lineup-arglist)
))
(c-special-indent-hook . c-gnu-impose-minimum)
+ (c-comment-continuation-stars . "")
+ (c-hanging-comment-ender-p . t)
)
("k&r"
(c-basic-offset . 5)