Example (tested with 11.0.1): ```rescript external test: ( // comment ~x: int, ) => unit = "test" ``` gets reformatted to ```rescript external test: (~x: int) => unit = "test" ```