view .dir-locals.el @ 32064:5f5d8edbeb4f

* mk-sparse-tst.sh: Fix name of script in comments and messages.
author John W. Eaton <jwe@octave.org>
date Thu, 27 Apr 2023 13:26:53 -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))))