Skip to content
This repository has been archived by the owner on Nov 12, 2018. It is now read-only.

Latest commit

 

History

History
6 lines (5 loc) · 364 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (5 loc) · 364 Bytes

Developing

  1. Indent using 2 spaces
  2. Use double quotes for strings, unless using single quotes within double quotes
  3. Comment new code that might not be obvious to other developers
  4. Use JSHint and/or JSFormat for Sublime to properly format the code our specifications.