There should be no line break before the opening brace for Microsoft style property accessors when the accessor is a simple { get; set }.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D81467
[clang-format] Microsoft style fixes for C# properties ClosedPublic Authored by jbcoe on Jun 9 2020, 6:12 AM.
Details Summary There should be no line break before the opening brace for Microsoft style property accessors when the accessor is a simple { get; set }.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 9 2020, 6:14 AM Closed by commit rGf22b0727fe76: [clang-format] Microsoft style fixes for C# properties (authored by Jonathan Coe <jbcoe@google.com>). · Explain WhyJun 9 2020, 7:06 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 269536 clang/lib/Format/UnwrappedLineParser.cpp
clang/unittests/Format/FormatTestCSharp.cpp
|