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

Align equal signs

philipplk opened this issue · comments

Dear all,

I want my code to align equal signs of subsequent lines, e.g.

a              = b;
longerVariable = c;

Is this functionality available?

Best
Philipp