view .dir-locals.el @ 31860:16a04c6bc7db

movfun.m: Use short-circuit code for all empty input data arrays. * movfun.m: Extend input validation to find any empty matrix and return immediately.
author Rik <rik@octave.org>
date Mon, 27 Feb 2023 09:50:59 -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))))