The line ```cpp LongClassName<AnotherLongClassName>{param}->longFunctionName(param0, param1); ``` is formatted to: ```cpp LongClassName<AnotherLongClassName> { param } -> longFunctionName(param0, param1); ``` with Clang 13 and the attached configuration file, and formatted to: ```cpp LongClassName<AnotherLongClassName> { param } -> longFunctionName(param0, param1); ``` with Clang 14 & 15. Reproduced with https://clang-format-configurator.site/ Thanks [clang-format.txt](https://github.com/llvm/llvm-project/files/10042646/clang-format.txt)