view .dir-locals.el @ 26945:05db50358377

* update-bug-status.sh: Delete newline chars in wget output
author John W. Eaton <jwe@octave.org>
date Wed, 20 Mar 2019 02:25:33 +0000
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))))