view .dir-locals.el @ 28160:478ad929e77a

Fix compilation of BIST file mexnumtst.c. * test/mex/mexnumtst.c: #include "mex.h" rather than <mex.h>.
author Rik <rik@octave.org>
date Sat, 14 Mar 2020 20:23:01 -0700
parents df203b20cfc6
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))