view .dir-locals.el @ 30983:7711b5e38ebc

integral.m: small coding convention tweaks to cset e8ced722b19e. * integral.m: Document inputs first and then outputs. Use only single '#' for comments which are not stand-alone on a line. Simplify "error_flag" calculation to a single line.
author Rik <rik@octave.org>
date Fri, 06 May 2022 07:27:38 -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))))