davidvarga / MBeautifier

MBeautifier is a MATLAB source code formatter, beautifier. It can be used directly in the MATLAB Editor and it is configurable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indenter fails with R2019b argument validation

akern40 opened this issue · comments

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!