Closed casperdcl closed 3 years ago
Running MBeautifier on https://github.com/davidvarga/MBeautifier/blob/01c8e14/%2BMBeautifier/DirectiveChangeType.m:
MBeautifier
Cell contents indices must be greater than 0 Error in MBeautifier.MIndenter/performIndenting (line 133) if (strcmp(stack{end}, 'function')) Error in MBeautify.formatFileNoEditor (line 53) text = indenter.performIndenting(text);
Fixed :)
Great @davidvarga! Though MBeautifier still fails to run on its own codebase because of #98
Running
MBeautifier
on https://github.com/davidvarga/MBeautifier/blob/01c8e14/%2BMBeautifier/DirectiveChangeType.m: