view .editorconfig @ 28047:bd7d82fc65ba

ode15i.m: Adapt another BIST test to new input validation in cset 13dba3c069f8. * ode15i.m: Adapt remaining BIST test for AbsTol to new messages.
author Rik <rik@octave.org>
date Wed, 05 Feb 2020 11:52:24 -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