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
483
stars
77
forks
source link
Unary plus/minus after anonymous function #83
Closed
mkr3mer closed 4 years ago
Formatting for "f = @(x) - x" should be "f = @(x) -x" since the minus is unary.