Skip to content

sg-java-format 1

Compare
Choose a tag to compare
@commonquail commonquail released this 07 Dec 11:29
· 299 commits to master since this release

This is the first release of sg-java-format (SG Java Format).

This release forked from google-java-format 1.6. It includes this additional functionality:

  • A new option, --style, which takes one of the values google, aosp, and salling-group, selects the formatting style to apply. All styles are close variations of each other. The default value is google in order to make sg-java-format's CLI drop-in compatible and preserve the original test suite.
  • Within the now-existing dimensions of configuration, defining a new style is straight-forward.
  • The official unofficial IntelliJ Google Java style configuration has been mainlined and adjusted for SG.