view .dir-locals.el @ 33397:b4c4f0d65b8a

new statement_list nonterminal for the parser * oct-parse.yy (statement_list): New nonterminal. Use it to simplify the grammar by replacing most occurrences of "opt_sep opt_list".
author John W. Eaton <jwe@octave.org>
date Sat, 13 Apr 2024 12:57:34 -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))))