Browse thread
new emacs tuareg mode release
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2010-05-26 (15:36) |
From: | Daniel_Bünzli <daniel.buenzli@e...> |
Subject: | Re: [Caml-list] New emacs tuareg mode |
> Concerning the tuareg mode, the current default is to have "let > ... in" indented like > > Â let v = e1 in > Â Â e2 > > instead of > > Â let v = e1 in > Â e2 Why don't you simply make the default according to OCaml's programming guidelines [1] ? Best, Daniel [1] http://caml.inria.fr/resources/doc/guides/guidelines.en.html#id2269164