view .dir-locals.el @ 31343:121b24b3a224

maint: Merge stable to default.
author Arun Giridhar <arungiridhar@gmail.com>
date Tue, 25 Oct 2022 13:30: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))))