diku-dk / futhark-mode

Emacs major mode for editing Futhark programs
ISC License
9 stars 1 forks source link

Wrong indentation #2

Closed athas closed 5 years ago

athas commented 5 years ago

futhark-mode messes up the indentation of the second type abbreviation:

type t1 =
  NN x y
type t2 =
  NN x y

It turns into:

type t1 =
  NN x y
type t2 =
    NN x y