You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


Java

The Rules for Java code are encoded in the 2 attached format profiles for Eclipse.

AsterixCodeFormatProfile.xmlAsterixCleanupFormatProfile.xml


XML

For XML the rules are

  • no tabs and
  • 4 spaces indentation.

Commit Messages

  • Reference the ticket number on the subject line, but describe the actual change, not just 'Fixed'. Try to stay under around 50 total characters.
  • Leave a blank line after the subject line.
  • Use lines of 77 characters or less for the remaining description.

  • No labels