https://bugs.llvm.org/show_bug.cgi?id=52228
For multilevel namespaces in C# get their content indented when NamespaceIndentation: None is set, where as single level namespaces are formatted correctly.
Paths
| Differential D112887
[clang-format] [PR52228] clang-format csharp inconsistant nested namespace indentation ClosedPublic Authored by MyDeveloperDay on Oct 31 2021, 7:18 AM.
Details Summary https://bugs.llvm.org/show_bug.cgi?id=52228 For multilevel namespaces in C# get their content indented when NamespaceIndentation: None is set, where as single level namespaces are formatted correctly.
Diff Detail
Event TimelineMyDeveloperDay created this revision. This revision is now accepted and ready to land.Oct 31 2021, 12:31 PM This revision was landed with ongoing or failed builds.Nov 13 2021, 6:14 AM Closed by commit rG6e58d14e5b01: [clang-format] [PR52228] clang-format csharp inconsistant nested namespace… (authored by MyDeveloperDay). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 387018 clang/lib/Format/UnwrappedLineParser.cpp
clang/unittests/Format/FormatTestCSharp.cpp
|