davidvarga/MBeautifier

Align multiple statement per line

Open

#123 建立於 2023年8月29日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)MATLAB (77 fork)batch import
directiveenhancementhelp wanted

倉庫指標

Star
 (512 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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';
``

貢獻者指南