view .editorconfig @ 30944:4727765dbc89

maint: Use Octave conventions for coding BIST tests in cset 84944164799e. * besselj.cc (Fairy): Use ';' at end of assert statements within a %!test block. Don't use parentheses around %!error block.
author Rik <rik@octave.org>
date Mon, 18 Apr 2022 13:02:35 -0700
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