view .dir-locals.el @ 27874:07efc76a47a9

avoid possible name clash in tests * test/fcn-handle/object-method.tst (object_methods_fcns): Rename internal function from "foo".
author John W. Eaton <jwe@octave.org>
date Wed, 18 Dec 2019 07:53:45 -0500
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))))