view .dir-locals.el @ 19106:afc1a8965664

Move lscov.m from optimization directory to statistics/base/ (bug #43118) * scripts/optimization/lscov.m: remove lscov.m * scripts/statistics/base/lscov.m: add lscov.m side by side with ols.m and gls.m which have a similar interface/purpose
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Mon, 08 Sep 2014 08:09:45 +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))))