view .editorconfig @ 30983:7711b5e38ebc

integral.m: small coding convention tweaks to cset e8ced722b19e. * integral.m: Document inputs first and then outputs. Use only single '#' for comments which are not stand-alone on a line. Simplify "error_flag" calculation to a single line.
author Rik <rik@octave.org>
date Fri, 06 May 2022 07:27:38 -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