view .dir-locals.el @ 30932:3c3abe6dbe58 stable

Don't leak build directories in installed directories (bug #62295). * test/mk-bc-overloads-tst.sh: Remove absolute output directory from file paths. Use correct name when referencing itself.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 13 Apr 2022 13:54:52 +0200
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))))