Updates .clang-format
file to reflect latest supported Clang-Format standards while preserving most of the existing formatting behavior, except for the very last commit which aligns AfterStruct
brace placement with AfterClass
for code formatting.
The first commit reformats a file containing a C++ struct, the second one modifies the formatting and reformats the same file to show the difference.