view .editorconfig @ 32248:3df98fee838b

doc: Expand optimset, optimget docstrings on parameter matching (bug #64525) * optimget.m,optimset.m: Add docstrings explanations of pattern matching, standard parameter lists, warnings on unknown parameters, and errors on ambiguities. Describe effects of adding unknown parameters and limitations of functions querying ambiguously named parameters. Add warning about actions that could cause unpredictable behavior. Adjust docstring variable names to be consistent betweeen both functions.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Wed, 09 Aug 2023 16:06:57 -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