> Starting with https://github.com/llvm/llvm-project/pull/136073, we now get the formatting of: > ```cpp > auto foo() { > return sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss. > operator int*(); > } > ``` > > emphasis on the missing indentation before `operator`. _Originally posted by @kadircet in [#135972](https://github.com/llvm/llvm-project/issues/135972#issuecomment-2834911858)_