view .dir-locals.el @ 30916:1325f0c66460 stable

doc: fix minor typo in datestr.m scripts/time/datestr.m: change "nor" to "not"
author Arun Giridhar <arungiridhar@gmail.com>
date Fri, 08 Apr 2022 13:48:13 -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))))