view .editorconfig @ 31079:2c8ab613e805 stable

inputParser.m: Adapt for interpreter changes regarding number of output arguments (bug #62420). * scripts/miscellaneous/inputParser.m (validate_arg): Use (nested) try-catch block to correctly handle validation functions with and without output arguments.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 06 Jun 2022 14:27:19 +0200
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