view .dir-locals.el @ 31054:201e29541ef5 stable

NEWS.7.md: Clarify whitespace rules with inplace and binary operators (bug #62552).
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 02 Jun 2022 14:47:55 +0200
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))))