view .dir-locals.el @ 31323:5c897507d9ed

build: Add Cygwin to the platforms that require -no-undefined when linking. * configure.ac: Default to adding "-no-undefined" to LDFLAGS also when building for Cygwin.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 22 Oct 2022 12:45:36 +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))))