view .dir-locals.el @ 30173:f8ee588f1c7d

maint: Replace pid_equal helper class with lambda function. * child-list.cc: Delete pid_equal helper class. * child-list.cc (remove): Use lambda function in call to remove_if().
author Rik <rik@octave.org>
date Tue, 14 Sep 2021 10:34:28 -0700
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))))