artifact_id;status_id;status_name;priority;submitter_id;submitter_name;assigned_to_id;assigned_to_name;open_date;close_date;last_modified_date;summary;details;"Product";"Operating System";"Component"
653;1;"Open";3;193;"Peter Jolly";100;"Nobody";"2010-05-31 18:15";"";"2010-05-31 18:15";"Allow configuration of ""object"" indentation";"Tuareg can easily be configured to indent module definitions as

  module Foo =
    struct
      ...
    end

But I can find no way to make it indent class definitions as

  class foo =
    object
      ...
    end

It would be nice to have this option, given that this is the style used in the OCaml documentation!";"None";"None";"None"
656;1;"Open";3;233;"Julien Signoles";100;"Nobody";"2010-06-02 12:18";"";"2010-06-02 12:18";"Allow configuration of indentation after '::'";"I could find no way to set the indentation after a '::'

let x =
  0 ::
    x (* I would like to remove the automatic indentation here *)";"None";"None";"None"
658;1;"Open";3;233;"Julien Signoles";100;"Nobody";"2010-06-04 08:41";"";"2010-10-22 16:57";"Bad indentation of ""let module""";"All in the title...

let x =
  let module M =
	struct
	end
  in
  0
";"None";"None";"None"