autoformat
autoformat copied to clipboard
Factor in line length
Prefer breaking a line into multiple line as the length grows?
Useful in, for example:
- long record expressions
-
datatypedeclarations with many constructors
May be able to combine multi-line expressions into one line on occasion, as well; for example, fn nil => true | _ => false.