davidvarga / MBeautifier

MBeautifier is a MATLAB source code formatter, beautifier. It can be used directly in the MATLAB Editor and it is configurable.
GNU General Public License v3.0
478 stars 75 forks source link

Add capability for R2019b argument validation. #106

Closed akern40 closed 3 years ago

akern40 commented 3 years ago

R2019b introduced argument validation via arguments ... end. This commit adds capability to MBeautifier to handle this new syntax by adding "arguments" to the MIndenter.KeywordsDecrease and adding a formatting rule for spacing after arguments to the XML.

Fixes #105

davidvarga commented 3 years ago

Thanks for the update @akern40 :)