view .dir-locals.el @ 15707:d803cd07f31a

Tweak C++ implementation of jet colormap to produce exactly the same result as jet.m * graphics.cc (jet_colormap): Create the index entry x in the same manner as linspace so that jet_colormap() produces the same results as jet.m.
author Rik <rik@octave.org>
date Fri, 30 Nov 2012 13:21:15 -0800
parents 7600200a54c8
children 9ff04de067ce
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)
       (eval . (when (string-match "\\.h\\'" (buffer-file-name))
                 (unless (string-match "/gnulib/" (buffer-file-name))
                   (c++-mode)
                   (c-set-style "gnu"))))))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))