Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 196 Bytes

CODE_OF_CONDUCT.md

File metadata and controls

6 lines (5 loc) · 196 Bytes

Contributor Covenant Code of Conduct

Java Language Formatting Guidelines

  • Java indent is 4 spaces
  • Line width is 100 characters
  • Wildcard imports (import foo.bar.baz.*) are forbidden.