view .dir-locals.el @ 31029:9504d582b2c6 stable

mkoctfile.m: Trim whitespace (newline) around system output.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 26 May 2022 18:25:51 +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))))