view .dir-locals.el @ 30164:aedebbc6b765

maint: Convert structs _idxadds_helpe, _idxadda_helper to classes. * MArray.cc: Change type of _idxadds_helper, _idxadda_helper from struct to class. Place member variables in new private section.
author Rik <rik@octave.org>
date Sun, 12 Sep 2021 21:04:44 -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))))