Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 459 Bytes

File metadata and controls

6 lines (5 loc) · 459 Bytes

Forked to add opinionated variations to the rectangular rule, mostly to save some vertical spaces:

  • Prose-style arguments instead of one-arg-per-line. Mostly useful when you have a Set.of(24 elments) statement.
  • Allows setFoo(newBuilder() without an extra line wrap and indentation.
  • Allows var foo = newBuilder() without an extra line wrap and indentation.
  • Prefer k1, v1, at the same line instead of forcing a newline and losing the structure.