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

wrong space around in special case

Wave89 opened this issue · comments

commented

if there is a command like
clearvars -global var1
the command will be destroyed in
clearvars - global var1