Samish Chandra Kolli

Results 2 issues of Samish Chandra Kolli

Logical `&` is incorrectly tagged as reference operator. ### ⬇️Input: ``` if ((detectorType & diamond::FACE) == diamond::FACE) { } ``` ### ✅Expected Output: ``` if ((detectorType & diamond::FACE) == diamond::FACE)...

C and C++11
waiting_for_answer

Receiving following error. SwiftFormat failed. error: Cannot combine stdin with other file inputs. ![image](https://github.com/vknabel/vscode-swiftformat/assets/2313133/cc24ca02-e039-429a-94b9-d40f4f73c9ec)