view .dir-locals.el @ 20504:33b03b06442b

doc: Add a docstring for __current_scope__. * symtab.cc (__current_scope__, __dump_symtab_info__): Add docstring for __current_scope__. Add seealso link to __current_scope__ from __dump_symtab_info__.
author Rik <rik@octave.org>
date Sat, 29 Aug 2015 05:59:45 -0700
parents 9ff04de067ce
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)
       (eval . (when (and (buffer-file-name)
                          (string-match-p "\\.h\\'" (buffer-file-name))
                          (not (string-match-p "/gnulib/" (buffer-file-name))))
                 (c++-mode)
                 (c-set-style "gnu")))))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))