We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The dot related operators should be aligned with the square colon operator ::
::
Here are some details about the operators in this example:
Ruby !! Bang Bang Operator Ruby .. Flip-Flop Operator Raku .? Safe Navigation Operator Ruby :: Scope Resolution Operator Clojure ;; Comments Kotlin ?. Safe Navigation Operator Javascript ?: Elvis Operator C# ?? Null Coalescing Operator
Regex (?! Negative Lookahead Regex (?: Non-capturing Group Ruby ... Half-open Range Ellipsis Swift ..< Closed Range Ellipsis Rust ..= Inclusive Range Ellipsis Scala .?. Safe Navigation Operator Prolog =.. Univ Operator PHP ??= Null Coalescing Operator
The text was updated successfully, but these errors were encountered:
Note: two-char operators are aligned differently with three-char operators.
Sorry, something went wrong.
Expand the ligation set for colons to all dotty operators (#476).
6fc1a9b
No branches or pull requests
The dot related operators should be aligned with the square colon operator
::
Here are some details about the operators in this example:
The text was updated successfully, but these errors were encountered: