help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sml-mode indentation for structures


From: Helmut Eller
Subject: sml-mode indentation for structures
Date: Mon, 06 Oct 2014 11:26:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

I'm using sml-mode version 6.5 from ELPA, but the indentation of
structures drives me nuts.  I would like to use a style like this:

structure Foo =
  struct
    fun foo x = x
  end

but by default sml-mode indents it like this:

structure Foo =
struct
fun foo x = x
end

Can somebody tell me how sml-mode indentation rules can be configured?

Helmut


reply via email to

[Prev in Thread] Current Thread [Next in Thread]