view .dir-locals.el @ 30610:e9895f8335c5 stable

GitHub-CI: Simplify running the test suite on Windows. * .github/workflows/make.yaml (windows): Override `makeinfo_program` in octaverc. Use bash to run test suite.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 08 Jan 2022 12:08:18 +0100
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))))