autoformat icon indicating copy to clipboard operation
autoformat copied to clipboard

Standard ML autoformatter

Results 8 autoformat issues
Sort by recently updated
recently updated
newest added

At the moment, the `=>` in rules are vertically aligned. We should attempt similar treatment in a variety of cases, including some or all of the following: - `fun` declarations...

enhancement

See [`string-exp-multiline`](https://github.com/ProjectSavanna/autoformat/blob/master/test/string-exp-multiline.output.sml).

bug

Prefer breaking a line into multiple line as the length grows?

enhancement

`int * (string * bool)` formats to `int * string * bool`.

bug

Treated as postfix, like any other operator: `(int,string) ->`

bug

Application should respect fixity, i.e. include `op` if necessary: ```ml val _ = op :: :: op - :: op :: :: op + ```

bug

Not included in `Ast.dec`. Therefore, any comments will disappear during autoformatting.

bug