Skip to content

Commit 69e2efc

Browse files
ronshapiroeaftan
authored andcommitted
Add an easier-to-download link to intellij-java-google-style.xml. (#330)
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=227700145
1 parent db4c209 commit 69e2efc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ a single format.*
2929

3030
### IntelliJ
3131

32-
A [google-java-format IntelliJ
33-
plugin](https://plugins.jetbrains.com/plugin/8527) is available from the plugin
34-
repository.
32+
A
33+
[google-java-format IntelliJ plugin](https://plugins.jetbrains.com/plugin/8527)
34+
is available from the plugin repository.
3535

3636
The plugin will be disabled by default. To enable it in the current project, go
3737
to `File→Settings...→google-java-format Settings` (or `IntelliJ
@@ -47,16 +47,16 @@ triggered from the `Code` menu or with the Ctrl-Alt-L (by default) keyboard
4747
shortcut.
4848

4949
The import ordering is not handled by this plugin, unfortunately. To fix the
50-
import order, download the [IntelliJ Java Google Style
51-
file](https://github.com/google/styleguide/blob/gh-pages/intellij-java-google-style.xml)
50+
import order, download the
51+
[IntelliJ Java Google Style file](https://raw.githubusercontent.com/google/styleguide/gh-pages/intellij-java-google-style.xml)
5252
and import it into File→Settings→Editor→Code Style.
5353

5454
### Eclipse
5555

56-
A [google-java-format Eclipse
57-
plugin](https://github.com/google/google-java-format/releases/download/google-java-format-1.6/google-java-format-eclipse-plugin_1.6.0.jar)
58-
can be downloaded from the releases page. Drop it into the Eclipse [drop-ins
59-
folder](http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fp2_dropins_format.html)
56+
A
57+
[google-java-format Eclipse plugin](https://github.com/google/google-java-format/releases/download/google-java-format-1.6/google-java-format-eclipse-plugin_1.6.0.jar)
58+
can be downloaded from the releases page. Drop it into the Eclipse
59+
[drop-ins folder](http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fp2_dropins_format.html)
6060
to activate the plugin.
6161

6262
The plugin adds a `google-java-format` formatter implementation that can be

0 commit comments

Comments
 (0)