See gh-15873
This commit is contained in:
Johnny Lim 2019-02-08 10:08:54 +09:00 committed by Stephane Nicoll
parent 380d7ec01c
commit 4aff659c18

View File

@ -202,11 +202,11 @@ root `pom.xml`.
If you haven't done so, install the formatter plugin so that proper formatting rules are If you haven't done so, install the formatter plugin so that proper formatting rules are
applied automatically when you reformat code in the IDE. applied automatically when you reformat code in the IDE.
* Download the latest https://search.maven.org/search?q=g:io.spring.javaformat%20AND%20a:spring-javaformat-intellij-plugin[Intellij IDEA plugin] * Download the latest https://search.maven.org/search?q=g:io.spring.javaformat%20AND%20a:spring-javaformat-intellij-plugin[IntelliJ IDEA plugin].
* Select "`IntelliJ IDEA`" -> "`Preferences`". * Select "`IntelliJ IDEA`" -> "`Preferences`".
* Select "`Plugins`" * Select "`Plugins`".
* Select the wheel and "`Install Plugin from Disk...`" * Select the wheel and "`Install Plugin from Disk...`".
* Select the jar file you've downloaded * Select the jar file you've downloaded.
@ -217,7 +217,7 @@ needs to be added.
* Select "`IntelliJ IDEA`" -> "`Preferences`". * Select "`IntelliJ IDEA`" -> "`Preferences`".
* Select "`Editor`" -> "`Code Style`". * Select "`Editor`" -> "`Code Style`".
* Select the wheel and "`Import Scheme`" -> "`IntelliJ IDEA code style XML`". * Select the wheel and "`Import Scheme`" -> "`IntelliJ IDEA code style XML`".
* Select `idea/codeStyleConfig.xml` from this repository * Select `idea/codeStyleConfig.xml` from this repository.