FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fluentfuture/google-java-format: Reformats Java source code to comply with Google Java Style. · GitHub

 
 

Latest commit

 

History

961 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL