florianschanda / miss_hit

MATLAB Independent, Small & Safe, High Integrity Tools - code formatter and more
GNU General Public License v3.0
162 stars 21 forks source link

better continuations inside matrix/cell expressions #168

Closed florianschanda closed 3 years ago

florianschanda commented 3 years ago

Indent should be aligned to the opening bracket, e.g:

x = [1 0
     0 1]

Instead of:

x = [1 0
  0 1]