view .dir-locals.el @ 21522:27f2881598fa

ribbon: do not make a special case out of single column Y. * plot/draw/ribbon.m: if Y has a single column, then we plot a single ribbon. Do not treat it different. For example, try "ribbon ([1; 2], [1; 2])" which should be a single ribbon.
author Carnë Draug <carandraug@octave.org>
date Tue, 22 Mar 2016 17:57:28 +0000
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))))