view .dir-locals.el @ 30000:4628ae890642

move jsondecode functions to octave namespace and make local functions static There is no public header file for the functions defined in jsondecode.cc so making all local functions in that file static should not affect users. * jsondecode.cc: Move all functions inside octave namespace. Declare all local functions static.
author John W. Eaton <jwe@octave.org>
date Wed, 18 Aug 2021 01:06:35 -0400
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))))