Skip to content

Commit 08a4ad9

Browse files
authored
Update CONTRIBUTING.md (#644)
* Update CONTRIBUTING.md
1 parent 2ab3774 commit 08a4ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ Include details about your configuration and environment:</br>
6969

7070
### Code Formatting
7171

72-
* GRIP uses standard Java formatting rules, although we don't care if your line length is over 80 characters. You can probably use your IDE's built-in formatter. This helps keep the code more consistent and readable.
72+
* GRIP follows the [Google Java Styleguide](https://google.github.io/styleguide/javaguide.html) with a few modifications regarding import order. We use the gradle [checkstyle](http://checkstyle.sourceforge.net/) plugin to ensure that code conforms to this styleguide. There are plugins for most major IDE's that support importing the `checkstyle.xml` file.

0 commit comments

Comments
 (0)