view .dir-locals.el @ 32066:a46c30311908 stable

GitHub-CI (macos): Drop macos-11 runner and add macos-13 runner. * .github/workflows/make.yaml (macos): Use shorter name for job. Remove macos-11 runner. Add macos-13 runner.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 30 Apr 2023 16:54:48 +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))))