view .dir-locals.el @ 28120:de2c73ae450f

allow data type argument for true and false functions * data.cc (fill_matrix (const octave_value_list&, bool, const char*)): Accept data type as final argument, required to be "logical" if present.
author John W. Eaton <jwe@octave.org>
date Wed, 19 Feb 2020 18:42:00 -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))))