We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a471f1e commit 04f8b3bCopy full SHA for 04f8b3b
CONTRIBUTING.md
@@ -101,6 +101,15 @@ mvn -Penable-samples clean verify
101
2. [Activate](#profile-activation) the profile.
102
3. Define your samples in a normal Maven project in the `samples/` directory
103
104
+### Code Formatting
105
+
106
+Code in this repo is formatted with [google-java-format]
107
+(https://github.com/google/google-java-format).
108
+To run formatting on your project, you can run:
109
+```
110
+mvn com.coveo:fmt-maven-plugin:format
111
112
113
### Profile Activation
114
115
To include code samples when building and testing the project, enable the
0 commit comments