view .dir-locals.el @ 30190:2429561a1415

replace sub2ind helper classes with lambda expression * Array-util.cc (sub2ind_helper): Delete. (sub2ind): Use lambda expression instead of sub2ind_helper class instance.
author John W. Eaton <jwe@octave.org>
date Thu, 16 Sep 2021 13:26:40 -0400
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))))