view .dir-locals.el @ 30921:17c80c35265a

* mex-private.h: Add file missing from previous change.
author John W. Eaton <jwe@octave.org>
date Fri, 08 Apr 2022 17:41:38 -0400
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))))