view .dir-locals.el @ 31012:a1476e3ea73d stable

msgbox.m: Allow "custom" cdata for icon (bug #62445). * msgbox.m: Fix input validation to allow "cdata" input.
author John W. Eaton <jwe@octave.org>
date Mon, 23 May 2022 21:02:12 -0700
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))))