view .dir-locals.el @ 30846:6661824a987a stable

* NEWS.7.md: Note colon operator changes.
author John W. Eaton <jwe@octave.org>
date Fri, 18 Mar 2022 09:17:58 -0400
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))))