view .editorconfig @ 31342:7880af7a3b3f stable

dec2bin.m: Fix input validation (bug #63089) dec2bin.m: Input validation to allow only real integer input. Cells are OK, but complex and struct types are not. Throw error for non-integer inputs for self-consistency.
author Arun Giridhar <arungiridhar@gmail.com>
date Tue, 25 Oct 2022 13:03:06 -0400
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