C++ style guide: Difference between revisions

Jump to navigation Jump to search
8 bytes removed ,  20 December 2023
m
Line 16: Line 16:
=== Indentation ===
=== Indentation ===


* Use only spaces.
* Use only spaces, with 2 spaces per indent.
* Tabs are prohibited.
* Tabs are prohibited.
* Indent with 2 spaces at a time.


==== Control structures (if, while, ...) ====
==== Control structures (if, while, ...) ====
1,072

edits

Navigation menu