view .dir-locals.el @ 20269:3ccc2d02e64b stable release-4-0-0

Version 4.0.0 released. * configure.ac (OCTAVE_VERSION): Now 4.0.0. (OCTAVE_MAJOR_VERSION): Now 4. (OCTAVE_MINOR_VERSION): Now 0. (OCTAVE_PATCH_VERSION): Now 0. (OCTAVE_RELEASE_DATE): Set to 2015-05-23.
author John W. Eaton <jwe@octave.org>
date Sat, 23 May 2015 10:35:40 -0400
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))))