view .dir-locals.el @ 28167:925fe981a25c

isprop.m: Add support for classdef objects (bug #58012). * isprop.m: Document behavior for classdef objects. Use isobject() to detect classdef object and implement new code branch. Add BIST test for new behavior.
author Rik <rik@octave.org>
date Sat, 21 Mar 2020 20:04:02 -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))))