view .editorconfig @ 30595:00ab5e929111

lo-cutils: Remove wrapper for "qsort". * liboctave/util/lo-cutils.c, liboctave/util/lo-cutils.c: Remove files with wrapper for "qsort" that isn't used in Octave's codebase. * liboctave/util/module.mk: Remove files from build system. * liboctave/util/lo-util.h: Don't include "lo-cutils.h".
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 05 Jan 2022 19:30:43 +0100
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