Can clang-format arrange each function entirely on one line?
I’d like to format a set of C++ files so that each function or function template is defined entirely on one line. With input such as:
I’m using clang-format 17.6 and I want to ignore the change in function arguments and parameters if it’s on one or more lines
Is there a way to ignorer arguments and parameters of functin if it in one line or multy line.