view .dir-locals.el @ 31157:839c0fb5d63c

build: Fix typo in cset f125ddb46055. * test/file-encoding/module.mk: Fix name of temporary variable to "file_encoding_TEST_FILES" so that it doesn't collide with existing "pkg_TEST_FILES" in test/pkg/module.mk.
author Rik <rik@octave.org>
date Tue, 26 Jul 2022 17:05:33 -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))))