This guide will serve as a reference for contributing to the Deephaven.
The styleguide is not global yet. To opt-in, module build files apply the following:
spotless {
java {
eclipse().configFile("${rootDir}/style/eclipse-java-google-style.xml")
}
}