view .dir-locals.el @ 31499:e7b51b5b33f8 stable

maint: Use more Octave coding conventions in cset c05ef94a2bbc. * ode23.m, ode23s.m, ode45.m: Use parentheses around CONDITION in if statement. Use at least two spaces between code and start of inline comment.
author Rik <rik@octave.org>
date Mon, 21 Nov 2022 09:25:29 -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))))