[
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: | Hendrik Tews <tews@c...> |
| Subject: | tureg - revert to old indentation behavior |
Dear all,
maybe somebody can answer this out of the head how to switch
tuareg to old indentation behaviour:
with tuareg 1.46.1 (debian etch) I get
A(
blah (* indent 4 after constructor, paren*) )
and
if true
then begin
xxx; (* indent 4 after then begin *)
end (* end does not line up *)
where I am used to tuareg 1.44.3 (debian sarge)
A(
blah (* indent 2 after constructor, paren*) )
and
if true
then begin
xxx; (* indent 2 after then begin *)
end (* end does line up *)
Is there some old-style-switch that I simply can turn on?
Bye,
Hendrik