Skip to content

Commit

Permalink
docs: update README to include code formatting (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Chen committed May 11, 2020
1 parent a471f1e commit 04f8b3b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -101,6 +101,15 @@ mvn -Penable-samples clean verify
2. [Activate](#profile-activation) the profile.
3. Define your samples in a normal Maven project in the `samples/` directory

### Code Formatting

Code in this repo is formatted with [google-java-format]
(https://github.com/google/google-java-format).
To run formatting on your project, you can run:
```
mvn com.coveo:fmt-maven-plugin:format
```

### Profile Activation

To include code samples when building and testing the project, enable the
Expand Down

0 comments on commit 04f8b3b

Please sign in to comment.