view .dir-locals.el @ 31471:da260fea6953

maint: merge stable to default.
author Rik <rik@octave.org>
date Thu, 17 Nov 2022 14:12:57 -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))))