Skip to content

Commit

Permalink
Link to Eclipse formatter settings in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Jun 25, 2016
1 parent 5183e6a commit 855c8c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ I hereby agree to the terms of the Open Test Alliance Contributor License Agreem

### Formatting

Code formatting is enforced using the [Spotless](https://github.com/diffplug/spotless) Gradle plugin. You can use `gradle spotlessApply` to format new code and add missing license headers to source files. Formatter settings for Eclipse are available [in the repository](src/eclipse/ota-eclipse-formatter-settings.xml). For IntelliJ IDEA there's a [plugin](https://plugins.jetbrains.com/plugin/6546) you can use.
Code formatting is enforced using the [Spotless](https://github.com/diffplug/spotless)
Gradle plugin. You can use `gradle spotlessApply` to format new code and add missing
license headers to source files. Formatter settings for Eclipse are available
[in the repository](https://github.com/ota4j-team/opentest4j/blob/master/etc/eclipse/eclipse-formatter-settings.xml).
For IntelliJ IDEA there's a [plugin](https://plugins.jetbrains.com/plugin/6546) you can use.

### Javadoc

Expand Down

0 comments on commit 855c8c3

Please sign in to comment.