ThibautVerron / magma-mode

An emacs major-mode for editing magma files
5 stars 1 forks source link

Indentation of expressions with "~" #6

Closed ThibautVerron closed 10 years ago

ThibautVerron commented 10 years ago

Indenting the following (correctly indented) code

Reverse(~L);
expr;

results in

Reverse(~L);
         expr;