view .dir-locals.el @ 31533:c154cc05cd1f stable

mean.m: Improve clarity and performance of input validation (bug #63410) * mean.m: Use function all() explicitly in if statement conditionals.
author Rik <rik@octave.org>
date Thu, 24 Nov 2022 06:12:23 -0800
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))))