clang-format aligns "=" of "operator=" with "= deleted" if copy assignment operator is deleted #33044
Labels
bug
Indicates an unexpected problem or unintended behavior
bugzilla
Issues migrated from bugzilla
clang-format
good first issue
https://github.com/llvm/llvm-project/contribute
Extended Description
If a long class name leads to a line break within the declaration of a deleted copy assignment operator the “=” sign of "operator=" is aligned with the “=” of the “= delete”. The following section shows the formatted output:
ExampleFile.hxx
Attached you find the clang-format configuration file we used for formatting.
The text was updated successfully, but these errors were encountered: