Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 239 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (5 loc) · 239 Bytes

Notes for Gen Contributors

Code Formatting Guidelines

  • 4 spaces per indentation level, no tabs

  • try to limit line width to 80 characters

  • use ASCII operators and identifiers whenever possible (e.g. use 'theta' instead of 'θ')