Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
code_style_guide [2021/02/02 01:20] – created bbmiancode_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 tabs or spaces, as long as it is consistent within the source code file 
 +  * Avoid trailing spaces at the end of lines 
 +  * With the exception of Makefiles, files should end with a new line character
  
  
  • Last modified: 2021/02/02 02:05
  • by bbmian