view .dir-locals.el @ 29735:32d345451ccc

maint: Merge stable to default. * configure.ac (OCTAVE_API_VERSION): Set to api-v56+ since version was bumped on stable. * liboctave/module.mk, libinterp/module.mk, libgui/module.mk: Likewise, for library versions.
author John W. Eaton <jwe@octave.org>
date Sun, 06 Jun 2021 10:50:17 -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))))