view .dir-locals.el @ 20464:9c7dd58b57e4

build: Move oct-conf-post.in.h to oct-conf.post.h (bug #45646). File does not depend on any autoconf substitutions and should be a static file distributed with source. * oct-conf-post.h: Renamed from oct-conf-post.in.h * oct-conf-post.in.h: Deleted. * configure.ac: Remove rule in AC_CONFIG_FILES to build oct-conf-post.h from oct-conf-post.in.h.
author Rik <rik@octave.org>
date Thu, 06 Aug 2015 08:37:02 -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))))