view .editorconfig @ 30648:c7a515aa767e

datevec.m: Tweaks to cset e9bfb92dab01 for performance and documentation (bug #47627) * datevec.m: Use strchr() rather than ismember() for 2.25X speedup. Change warning ID for bad date format specification to follow Octave conventions. Add BIST tests for new warning. * warning_ids.m: Document new "Octave:datevec:date-format-spec" warning.
author Rik <rik@octave.org>
date Fri, 14 Jan 2022 11:08:44 -0800
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