MyDeveloperDay added a comment.
The second property in a class is putting the property on the same line
[XmlIgnore]
public string property1 { get; set; }
[XmlIgnore] public string property2{ get; set; }
as are all successive properties
Multiple properites are also not getting broken u
MyDeveloperDay added a comment.
This issue seems to have caused a regression
https://bugs.llvm.org/show_bug.cgi?id=50515, I understand we removed the rule
because it was too aggressive, now its not aggressive enough.
I'm going to try and find some sort of compromise so we can gravitate to a
so
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb46f925d68d4: [clang-format] Improve handling of C#
attributes (authored by Jonathan Coe ).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM G