view .dir-locals.el @ 30213:27791344a45c

* mex.cc: Don't use _arg prefix for function argument names if possible.
author John W. Eaton <jwe@octave.org>
date Mon, 27 Sep 2021 16:40:26 -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))))