view .dir-locals.el @ 30956:0d06084693dd stable

test: Fix failing BIST test due to changes in cset c09fdabaa5b6. * bp-table.cc: Change line numbers in BIST test for 'ls' which changed when documentation was updated in ls.m
author Rik <rik@octave.org>
date Thu, 21 Apr 2022 13:46:49 -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))))