view .editorconfig @ 31261:5f7d5934a1a9

gco.m: Extend function to accept a figure handle input (bug #63161) * gco.m: Rename allowable input to "hfig" in documentation. Change function prototype to accept single input "hfig". Add input validation code for optional input hfig. Add BIST test for input validation.
author Rik <rik@octave.org>
date Wed, 05 Oct 2022 11:53:05 -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