view .dir-locals.el @ 22200:46b67f1569b5

FCell: avoid repeating default value for a newly created Cell. * libinterp/octave-value/ov-cell.cc (FCell): default element values for a new Cell already is an 'octave_value (Matrix ())' so don't repeat that.
author Carnë Draug <carandraug@octave.org>
date Wed, 03 Aug 2016 04:55:05 +0100
parents 9ff04de067ce
children df203b20cfc6
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))))