[PATCH] D74265: [clang-format] Improve handling of C# attributes

2021-05-28 Thread MyDeveloperDay via Phabricator via cfe-commits
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

[PATCH] D74265: [clang-format] Improve handling of C# attributes

2021-05-28 Thread MyDeveloperDay via Phabricator via cfe-commits
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

[PATCH] D74265: [clang-format] Improve handling of C# attributes

2020-02-11 Thread Phabricator via Phabricator via cfe-commits
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