mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Tweaks Styling Guide for Bitwise Operators (#15344)
This commit is contained in:
@@ -354,12 +354,11 @@ This prevents nesting levels from getting deeper then they need to be.
|
||||
#### Spacing
|
||||
* Operators that should be separated by spaces
|
||||
* Boolean and logic operators like &&, || <, >, ==, etc (but not !)
|
||||
* Bitwise AND &
|
||||
* Bitwise AND & and OR |
|
||||
* Argument separator operators like , (and ; when used in a forloop)
|
||||
* Assignment operators like = or += or the like
|
||||
* Math operators like +, -, /, or \*
|
||||
* Operators that should not be separated by spaces
|
||||
* Bitwise OR |
|
||||
* Access operators like . and :
|
||||
* Parentheses ()
|
||||
* logical not !
|
||||
|
||||
Reference in New Issue
Block a user