Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

955 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Reformats Java source code to comply with Google Java Style.

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages