[clang-format] BreakBeforeNoexceptSpecifier option added (#65808)
It really bugs me that it breaks to ``` c++ ...) noexcept( noexcept(condition)... ``` This is a fix for people like me.
Loading
Please sign in to comment
It really bugs me that it breaks to ``` c++ ...) noexcept( noexcept(condition)... ``` This is a fix for people like me.