Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 322 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 322 Bytes

Contributing

This guide will serve as a reference for contributing to the Deephaven.

Styleguide

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")
  }
}