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

Align equal signs #115

Open plkinon opened 2 years ago

plkinon commented 2 years ago

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