- Don't break before '>' in type arguments
- Fix some spacing issues with comma separated lists in --google-style (#…
- Add --stdin-name to specify a file name to use when printing message …
- Fix crashes on intersection types (e.g. Foo<A & B>) (#341)
- When there's a break in value arguments, also break in the lambda body
- Improve lambda indentation when value arguments are on multiple lines
- When there's a break in type arguments, also break in value arguments
- Break before '>' in type arguments when they don't fit on one line