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:52] – 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. | ||
| - | * Use tabs instead of spaces | + | * Code can be indented using either |
| * 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 | ||