view .dir-locals.el @ 31095:cb03340f298f

maint: Merge stable to default
author John W. Eaton <jwe@octave.org>
date Mon, 13 Jun 2022 14:10:22 -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))))