davidvarga / MBeautifier

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
478 stars 75 forks source link

Unary operators at the beginning of anonymous functions #84

Closed mkr3mer closed 4 years ago

mkr3mer commented 4 years ago

Fix includes treating '@' as an operator

mkr3mer commented 4 years ago

Fixes #83