view .dir-locals.el @ 18625:ee125c82e01e

struct2hdl.m: handle properly objects with non-empy "tag" (bug #42047). * struct2hdl.m: don't exclude object properties with non-empty "tag". * copyobj.m: add a test for bug #42047.
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Fri, 04 Apr 2014 20:49:52 +0200
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))))