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] – bbmian | code_style_guide [2021/02/02 02:02] – [General] bbmian | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ====== General ====== | ====== General ====== | ||
| Applies to all code. | Applies to all code. | ||
| - | * Code can use 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 | ||