view .dir-locals.el @ 30166:f015d7228e3d

maint: Convert "struct sub2ind_helper" to "class sub2ind_helper" * Array-util.cc: Change type of sub2ind_helper from "struct" to "class". Place member variables ind, n in new private section.
author Rik <rik@octave.org>
date Sun, 12 Sep 2021 20:40:50 -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))))