view .dir-locals.el @ 20296:2691947f5409 stable

Change mxCreateNumericArray to be Matlab compatible for ndims < 2 (bug #45319). * mex.cc (mxArray_matlab::mxArray_matlab ()): If ndims < 2, create a 2-D object that is 0x0.
author Rik <rik@octave.org>
date Mon, 15 Jun 2015 09:07:17 -0700
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))))