view .dir-locals.el @ 30353:212461a26e9c stable

doc: grammarcheck m-files in scripts/ directory ahead of 7.1 release. * Map.m, disable_diagonal_matrix.m, disable_permutation_matrix.m, disable_range.m, warning_ids.m, colormap.m, inputParser.m, jupyter_notebook.m, stem3.m, print.m, eigs.m, iqr.m, validatestring.m, weboptions.m: grammarcheck m-files ahead of 7.1 release.
author Rik <rik@octave.org>
date Wed, 24 Nov 2021 14:57:21 -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))))