I\'ve been using clang format to help keep my code clean. For multiline function calls, is there any way to get clang to put the cloning parenthesis on it\'s own line?
<
I don't think it's currently possible after looking through all the options and coming across this stalled code review: https://reviews.llvm.org/D33029
(I too want this, as we have thousands of lines of code which use this style, and clang-format supporting this would get me to adopt clang format in Visual Studio - https://developercommunity.visualstudio.com/content/problem/232465/clang-format-messes-with-closing-parentheses-in-fu.html)