sg-java-format 1
·
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 valuesgoogle
,aosp
, andsalling-group
, selects the formatting style to apply. All styles are close variations of each other. The default value isgoogle
in order to makesg-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.