Respect setting SpacesInSquareBrackets for commas in square brackets in C# code.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D75182
[clang-format] Handle commas in [] in C# ClosedPublic Authored by jbcoe on Feb 26 2020, 7:56 AM.
Details Summary Respect setting SpacesInSquareBrackets for commas in square brackets in C# code.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 26 2020, 8:42 AM Closed by commit rG548e540d2ced: [clang-format] Handle commas in [] in C# (authored by Jonathan Coe <jbcoe@google.com>). · Explain WhyFeb 27 2020, 9:47 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 246999 clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/FormatTestCSharp.cpp
|