view .editorconfig @ 28187:3faa700d64d4 stable

inputParser.m: Fix error with cell array Optional argument (bug #58112) * inputParser.m (is_argname): Validate input parameter "name" is a string before continuing. Add BIST test for bug #58112.
author Rik <rik@octave.org>
date Sun, 05 Apr 2020 14:55:49 -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