view .dir-locals.el @ 17992:b8cd17571a1d

rgb2ind: support for N-dimensional images (bug #40664) * rgb2ind.m: add support for N-dimensional RGB images (matrices of size MxNx3xK) as a reverse operation to ind2rgb. Add tests and expand documentation.
author Carnë Draug <carandraug@octave.org>
date Sun, 24 Nov 2013 04:28:35 +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))))