Set emacs default mode for the GDB directory to C++
[deliverable/binutils-gdb.git] / gdb / .dir-locals.el
index fbd9309aefdd8d853fe07d822cdbae64e4e1768c..c32846a137ff3d467ec1a9d451d6c8d5cb3c1a04 100644 (file)
              (indent-tabs-mode . t)))
  (nil . ((bug-reference-url-format . "http://sourceware.org/bugzilla/show_bug.cgi?id=%s")))
  (c-mode . ((c-file-style . "GNU")
-           (indent-tabs-mode . t)))
+           (mode . c++)
+           (indent-tabs-mode . t)
+           (tab-width . 8)
+           (c-basic-offset . 2)
+           (eval . (c-set-offset 'innamespace 0))
+           ))
 )
This page took 0.023433 seconds and 4 git commands to generate.