Document how to use IntelliJ style

Thanks to justinb.
This commit is contained in:
Eric Anderson 2015-05-06 16:12:28 -07:00
parent 4285d826d3
commit f78813e013
1 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,9 @@ build automatically will provide warnings for style issues.
[Eclipse](https://google-styleguide.googlecode.com/svn/trunk/eclipse-java-google-style.xml)
and
[IntelliJ](https://google-styleguide.googlecode.com/svn/trunk/intellij-java-google-style.xml)
style configurations are commonly useful.
style configurations are commonly useful. For IntelliJ 14, copy the style to
`~/.IdeaIC14/config/codestyles/`, start IntelliJ, go to File > Settings > Code
Style, and set the Scheme to `GoogleStyle`.
If planning on making a large change, feel free to [create an issue on
GitHub](https://github.com/grpc/grpc-java/issues/new), visit the [#grpc IRC