File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,17 @@ ofsets (`--offset`), passing through to standard-out (default) or altered
2121in-place (` --replace ` ).
2222
2323To reformat changed lines in a specific patch, use
24- [ ` google-java-format-diff.py ` ]
25- (https://github.com/google/google-java-format/blob/master/scripts/google-java-format-diff.py )
24+ [ ` google-java-format-diff.py ` ] ( https://github.com/google/google-java-format/blob/master/scripts/google-java-format-diff.py ) .
2625
2726*** Note:*** * There is no configurability as to the formatter's algorithm for
2827formatting. This is a deliberate design decision to unify our code formatting on
2928a single format.*
3029
3130### IntelliJ
3231
33- A [ google-java-format IntelliJ plugin] ( https://plugins.jetbrains.com/plugin/8527 )
34- is available from the plugin repository.
32+ A [ google-java-format IntelliJ
33+ plugin] ( https://plugins.jetbrains.com/plugin/8527 ) is available from the plugin
34+ repository.
3535
3636The plugin will not be enabled by default. To enable it in the current project,
3737go to "File→Settings...→google-java-format Settings" and check the "Enable"
You can’t perform that action at this time.
0 commit comments