Commit fb3c7cd7 authored by Dominik Charousset's avatar Dominik Charousset

Unset FixNamespaceComments due to clang-format bug

Our CI validates code with `clang-format -n`. Unfortunately, this
reports a false positive in the current version. See:
https://github.com/llvm/llvm-project/issues/63795.

As a temporary workaround, we disable FixNamespaceComments until a fixed
version is available in CI.
parent 145009b4
......@@ -24,7 +24,7 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 2
ContinuationIndentWidth: 2
Cpp11BracedListStyle: true
FixNamespaceComments: true
FixNamespaceComments: false
IncludeBlocks: Preserve
IndentCaseLabels: true
IndentPPDirectives: AfterHash
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment