Browse thread
New Ocaml indentation for VIm
[
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: | -- (:) |
| From: | Olivier Grisel <olivier.grisel@e...> |
| Subject: | Re: [Caml-list] New Ocaml indentation for VIm |
Sven Luther wrote: > On Fri, Feb 25, 2005 at 11:22:32AM +0100, Olivier Grisel wrote: >>I have just tried it for a few seconds and I found the following identation >>a bit too wide: >> >>let f = function >> | [] -> foo >> | x::l -> bar >> >>but I would prefer the following: >> >>let f = function >> | [] -> foo >> | x::l -> bar > Yeah, that or 4 space indents. Maybe there is a config option to set this behaviors ? > BTW, any hope of seing this new mode migrate upstream (or just in the debian > package ?). +1 Best, Olivier