view .dir-locals.el @ 30202:c2c11605fa7a

save file position info in more parse tree elements * oct-parse.yy (base_parser::make_else_clause): Pass else_tok line and column info to tree_if_clause constructor. (base_parser::finish_function): Pass line and column info to tree_function_def constructor.
author John W. Eaton <jwe@octave.org>
date Wed, 22 Sep 2021 23:13:36 -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))))