view .dir-locals.el @ 27106:6bfd3a890185

Consolidate separate calls to set() in to one call for interpreter efficiency. * rgbplot.m, annotation.m, legend.m, orient.m, colorbar.m, __bar__.m, __contour__.m, __errplot__.m, __quiver__.m, __stem__.m, shrinkfaces.m, __actual_axis_position__.m, hgtransform.m, __gnuplot_draw_axes__.m, __gnuplot_draw_figure__.m: Consolidate separate calls to set() in to one call for interpreter efficiency.
author Rik <rik@octave.org>
date Thu, 23 May 2019 13:56:23 -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))))