view .dir-locals.el @ 17643:d0a197b9962a

Fix loading of string arrays from 3rd party hdf5 files (bug #38789) * libinterp/octave-value/ov-str-mat.cc(load_hdf5): Use (slen+1) in expressions to preserve enough memory.
author Markus Appel <masolomaster3000@gmail.com>
date Sun, 06 Oct 2013 02:48:46 +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))))