view .editorconfig @ 32006:5724d89e9244

Use QStreamView if available. * m4/acinclude.m4 (OCTAVE_CHECK_CLASS_QSTRINGVIEW): Add check whether the class QStreamView is available. * src/octave-qsvghandler.h: Merge some upstream changes. Use QStreamView if available. * src/octave-svgconvert.cc (draw): Use QStreamView if available.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 13 Apr 2023 13:30:01 +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