view .dir-locals.el @ 30494:ba5370c670d5 stable

make use of <memory_resource> conditional on HAVE_STD_PMR_POLYMORPHIC_ALLOCATOR * mex.cc: Only include <memory_resource> if HAVE_STD_PMR_POLYMORPHIC_ALLOCATOR is defined.
author John W. Eaton <jwe@octave.org>
date Wed, 15 Dec 2021 22:07:32 -0500
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))))