summaryrefslogtreecommitdiff
path: root/gdb/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/.dir-locals.el')
-rw-r--r--gdb/.dir-locals.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/.dir-locals.el b/gdb/.dir-locals.el
index a2aa1962fa..48325b1498 100644
--- a/gdb/.dir-locals.el
+++ b/gdb/.dir-locals.el
@@ -26,4 +26,6 @@
(c-basic-offset . 2)
(eval . (c-set-offset 'innamespace 0))
))
+ (c++-mode . ((eval . (when (fboundp 'c-toggle-comment-style)
+ (c-toggle-comment-style 1)))))
)