ThibautVerron/magma-mode

Indentation of expressions with "~"

Closed this issue · 0 comments

Indenting the following (correctly indented) code

Reverse(~L);
expr;

results in

Reverse(~L);
         expr;