view .dir-locals.el @ 30944:4727765dbc89

maint: Use Octave conventions for coding BIST tests in cset 84944164799e. * besselj.cc (Fairy): Use ';' at end of assert statements within a %!test block. Don't use parentheses around %!error block.
author Rik <rik@octave.org>
date Mon, 18 Apr 2022 13:02:35 -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))))