You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Surround most binary operators with a single space on either side: ...
Binary operators may be excluded from this guideline include: the range operator (:), rational operator (//), exponentiation operator (^)
Currently guidance:
But for the sake of implementing a formatter (#7, domluna/JuliaFormatter.jl#283), do we prefer
1//2
or1 // 2
?The text was updated successfully, but these errors were encountered: