view .dir-locals.el @ 31259:e39634a768e7

qr.cc: Run test with sparse input only if built with necessary libraries (bug #63069). * libinterp/corefcn/qr.cc: Skip test if Octave was built without necessary libraries for sparse input for qr.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 05 Oct 2022 10:55:13 +0200
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))))