Difference between revisions of "Code Formatting Conventions"

Jump to navigation Jump to search
(→‎Whitespaces: Added info about pointers and casts)
m (→‎Whitespaces: whitespace)
Line 109: Line 109:


'''Pointers and casts'''
'''Pointers and casts'''
No whitespace after a cast; and in a pointer, we write a whitespace before the start but not after it.
No whitespace after a cast; and in a pointer, we write a whitespace before the start but not after it.
<pre>
<pre>