view .editorconfig @ 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 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab