File tree 1 file changed +4
-4
lines changed
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
21
21
in-place (` --replace ` ).
22
22
23
23
To 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 ) .
26
25
27
26
*** Note:*** * There is no configurability as to the formatter's algorithm for
28
27
formatting. This is a deliberate design decision to unify our code formatting on
29
28
a single format.*
30
29
31
30
### IntelliJ
32
31
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.
35
35
36
36
The plugin will not be enabled by default. To enable it in the current project,
37
37
go to "File→Settings...→google-java-format Settings" and check the "Enable"
You can’t perform that action at this time.
0 commit comments