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
490 stars 77 forks source link

Indenter fails with R2019b argument validation #105

Closed akern40 closed 3 years ago

akern40 commented 3 years ago

Hello! I'm a big fan of MBeautifier, but noticed that the Indenter errors when argument validation is used. I was wondering if it would be possible to merge a pull request that fixes this by

  1. Adding arguments to the KeywordsIncrease cell array in MIndenter
  2. Adding a padding rule for arguments to the default MBeautyConfigurationRules.xml I'll submit a PR for this to get started. Thanks!