clang-format: How to keep the braces of an empty struct inherited from `decltype(…)` on separate lines?
I’m trying to upgrade my project’s clang-format version from 12 to 18. No changes were made in the project’s “.clang-format” file, I’ve only upgraded the version of the clang-format program. And clang-format 18 started to format structures inherited from decltype(...)
differently.