Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 523 Bytes

STYLE.md

File metadata and controls

8 lines (7 loc) · 523 Bytes

Java Coding Style

  • The java-control-plane project is formatted using the Google Java Style Guide.
  • Checkstyle has been configured to enforce the style requirements and the build will fail on any style violations.
  • EditorConfig is used to describe basic formatting standards (e.g. indent size).
  • See the google-java-format repo for IDE-specific configurations for matching the style guide.