view .dir-locals.el @ 30817:c62c8717ebf6 stable

ensure test subdirectories are created * test/Makefile.am (octave_dirstamp): New variable. ($(DIRSTAMP_FILES)): New rule.
author John W. Eaton <jwe@octave.org>
date Thu, 03 Mar 2022 16:13:26 -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))))