view .editorconfig @ 30209:54774a713d7c

nchoosek.m: Improve struct input handling for k<n (bug #61119) * nchoosek.m: replace call to repelems with repelem to handle struct inputs for k<n. Add k<n struct BIST test.
author Nicholas R. Jankowski <jankowskin@asme.org>
date Thu, 23 Sep 2021 21:06:41 -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