view .dir-locals.el @ 27911:703156b6d602

lighting.m: Fix problem with multiple scatter plots (bug #57537). * lighting.m: Use a for loop to get "children" objects from "parents" variable so that a cell array is not created by get().
author Rik <rik@octave.org>
date Sun, 05 Jan 2020 16:16:53 -0800
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))))