view .editorconfig @ 30589:913f765057d9

poly.m: Improve input validation (bug #61759) * poly.m: Add checks for non-numeric input, N-dimensional arrays, and non-square matrices. Add BIST tests.
author Arun Giridhar <arungiridhar@gmail.com>
date Mon, 03 Jan 2022 11:49:05 -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