davidvarga/MBeautifier

Align multiple statement per line

Open

#123 aberto em 29 de ago. de 2023

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)MATLAB (77 forks)batch import
directiveenhancementhelp wanted

Métricas do repositório

Stars
 (512 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador