view .dir-locals.el @ 29734:9d70a797d54a stable rc-6-2-90

bump stable branch version after release candidate * configure.ac (AC_INIT): Set version to 6.2.91. (OCTAVE_PATCH_VERSION): Now 91.
author John W. Eaton <jwe@octave.org>
date Sun, 06 Jun 2021 10:14:32 -0400
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))))