Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| code_style_guide [2021/02/02 01:59] – [General] bbmian | code_style_guide [2021/02/02 02:02] – [General] bbmian | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| * Code can be indented using either tabs or spaces, as long as it is consistent within the source code file | * Code can be indented using either tabs or spaces, as long as it is consistent within the source code file | ||
| * Avoid trailing spaces at the end of lines | * Avoid trailing spaces at the end of lines | ||
| + | * With the exception of Makefiles, files should end with a new line character | ||