Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 428 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 428 Bytes

Indentation and whitespace

  • Use the tab character for indentation
  • Avoid "double-indenting" blocks of code where no indentation is necessary for readability
  • Do not leave whitespace at the end of lines
  • Be as strict as is sensible to enforce 80 character lines
  • Limit to three levels of indentation within functions