@@ -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
3636The plugin will be disabled by default. To enable it in the current project, go
3737to ` 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
4747shortcut.
4848
4949The 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 )
5252and 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 )
6060to activate the plugin.
6161
6262The plugin adds a ` google-java-format ` formatter implementation that can be
0 commit comments