view .dir-locals.el @ 30851:c8c947e1f05c

build: Update m4 macro with upstream changes (bug #61812). * m4/ax_cxx_compile_stdcxx.m4: Update with upstream changes to enable detection of compiler switches for enabling C++20 support.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 18 Mar 2022 16:07:40 +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))))