Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 986 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 986 Bytes

Contributing to Bobcat

Styleguides

JAVA Styleguide

Use Google Style with following modifications:

  1. line width: 100
  2. preserve newlines (short lines may be more readable)
  3. @formatter:off and @formatter:on disables and enables formatter
  4. use eclipse imports order (instructions for IntelliJ)

imports order settings for IntelliJ

Eclipse Formatter XML file

We provide XML file for JAVA format that may be imported into Eclipse and IntelliJ.