view .dir-locals.el @ 32091:d313e8ece0b8 stable

lo-regexp.cc: Only include PCRE2/PCRE headers if feature test succeeded (bug #64172). * liboctave/util/lo-regexp.cc: Condition inclusion of PCRE2/PCRE headers on whether the configure test for the respective libraries succeeded.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 13 May 2023 13:57:14 +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))))