MBeautifier icon indicating copy to clipboard operation
MBeautifier copied to clipboard

Align multiple statement per line

Open tongyaop opened this issue 2 years ago • 1 comments
trafficstars

I am wondering if this package have a feature to align scripts based on semi-columns?

e.g.

par.a = 1;            free.a = 1;  note.a = 'notea';
par.b = 2.34;         free.b = 1;  note.b = 'noteb';
par.c = 12839718923;  free.c = 0;  note.c = 'notec';
``

tongyaop avatar Aug 29 '23 19:08 tongyaop

Huh 👍 :)

Currently not, but could be a good feature.

davidvarga avatar Apr 17 '25 08:04 davidvarga