aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2015-05-06 16:12:28 -0700
committerEric Anderson <ejona@google.com>2015-05-07 07:38:52 -0700
commitf78813e01359f09fb5179235282d41269d555d54 (patch)
tree3299918c7631079f7a59cecaeab847f19c6a0c8a /CONTRIBUTING.md
parent4285d826d3a7aa24f512506e17e09782c63abe01 (diff)
downloadgrpc-grpc-java-f78813e01359f09fb5179235282d41269d555d54.tar.gz
Document how to use IntelliJ style
Thanks to justinb.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5ef3dddc1..772aa59a2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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