view .dir-locals.el @ 30292:8ee507796a34

GitHub-CI: Use octave wrapper executable also on Windows. * .github/workflows/make.yaml (windows): Use the octave wrapper executable when running the test suite on Windows.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 15 Nov 2021 09:39:29 +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))))