Skip to content

Contribution guidelines

Julian Burner edited this page Dec 29, 2020 · 2 revisions

Spacing

All lines have a maximum length of 100 columns.

Comments

h1 comments

/*
===============================================================================================
	Comment title
===============================================================================================

Optional description/links etc.
*/


  • (If there are blocks of code above: 5 leading blank lines)
  • Comment opener
  • 100 equal signs
  • Comment title
  • 100 equal signs
  • Optional blank line + description
  • Comment closer
  • 2 blank lines

h2 comments

/*********************************************************************
	Comment title
*********************************************************************/
  • (If there are blocks of code above: 2 leading blank lines)
  • Comment opener + 75 asterisks
  • Comment
  • Comment closer + 75 asterisks
Clone this wiki locally