-
Notifications
You must be signed in to change notification settings - Fork 4
Contribution guidelines
Julian Burner edited this page Dec 29, 2020
·
2 revisions
All lines have a maximum length of 100 columns.
/*
===============================================================================================
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
/*********************************************************************
Comment title
*********************************************************************/
- (If there are blocks of code above: 2 leading blank lines)
- Comment opener + 75 asterisks
- Comment
- Comment closer + 75 asterisks