view .dir-locals.el @ 32053:88e7edd94e2e stable

Return documentation for "help properties" (bug #64067) * op-kw-docs: Remove delimiter character \x1d from @c comment lines because it interferes with downstream processing.
author Rik <rik@octave.org>
date Tue, 25 Apr 2023 09:27:54 -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))))