operator_whitespace - ApplebaumIan/BitbucketAPI GitHub Wiki
Operators should be surrounded by a single whitespace when defining them.
- Identifier: operator_whitespace
- Enabled by default: Enabled
- Supports autocorrection: No
- Kind: style
- Analyzer rule: No
- Minimum Swift compiler version: 3.0.0
- Default configuration: warning
func <| (lhs: Int, rhs: Int) -> Int {}func <|< <A>(lhs: A, rhs: A) -> A {}func abc(lhs: Int, rhs: Int) -> Int {}↓func <|(lhs: Int, rhs: Int) -> Int {}↓func <|<<A>(lhs: A, rhs: A) -> A {}↓func <| (lhs: Int, rhs: Int) -> Int {}↓func <|< <A>(lhs: A, rhs: A) -> A {}↓func <| (lhs: Int, rhs: Int) -> Int {}↓func <|< <A>(lhs: A, rhs: A) -> A {}