view .dir-locals.el @ 31153:8f67b53ac9ff

configure.ac: clean up ordering of macros, comments. * configure.ac: Use consistent wording for section headings (/^###/). Re-order macros to put more important tests first and group related macros.
author Rik <rik@octave.org>
date Tue, 26 Jul 2022 17:20:13 -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))))