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

Unary plus/minus after anonymous function

mkr3mer opened this issue · comments

Formatting for "f = @(x) - x" should be "f = @(x) -x" since the minus is unary.