Skip to content

Latest commit

 

History

History

indentation-whitespace

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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