Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 780 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 780 Bytes

Issues

Make issues to report problems or request new features. Try to follow the issue template.

Pull requests

Make pull requests against the development branch. Try to follow the pull request template.

Style

Most of the time reformatting the code in IntelliJ with default settings will suffice (CTRL + ALT + L)

  • Use 4 spaces for indenation
  • Curly brackets do not start in a new line
  • Break a statement into multiple lines if it's too long (120 char width)
  • Try to include javadoc where applicable
  • You can use the existing codebase as a style guide
  • Kotlin classes use Tab, Indent, and Continuation at 4