view .dir-locals.el @ 32912:a3e2bd8d5a78

triangle_sw.m: Rename output to 'c' to match other window functions. * triangle_sw.m: Rename output "retval" to "c" to match other window functions.
author Rik <rik@octave.org>
date Fri, 02 Feb 2024 11:38:43 -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))))