Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 365 Bytes

STYLE.md

File metadata and controls

7 lines (6 loc) · 365 Bytes

Coding Standards

In general, make sure to follow these guidelines for any python code:

  • Use Tabs for indentation
  • 1 Tab == 8 spaces
  • snake_case for variable names

The lean code generated by the program uses 2 spaces for indentation, however this might change later on. For now, make sure any lean code generated by the program uses 2 spaces for indentation.