view .editorconfig @ 28105:ff3b8b21a890

fileattrib.m: Overhaul function. * fileattrib.m: Rewrite docstring. Throw an error if nargout ==0 and operation fails. Otherwise, correctly assign outputs based on internal variable "sts".
author Rik <rik@octave.org>
date Tue, 18 Feb 2020 21:57:14 -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