view .dir-locals.el @ 30977:f02f46360611

GitHub-CI (windows): Package build artifact for MINGW64. * .github/workflows/make.yaml (windows): Install and upload build artifact for MINGW64.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 01 May 2022 12:03:16 +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))))