diff --git a/.clang-format b/.clang-format index 1eb0867e1..f059f2fde 100644 --- a/.clang-format +++ b/.clang-format @@ -19,7 +19,7 @@ FixNamespaceComments: 'true' IncludeBlocks: Preserve IndentWidth: '4' MaxEmptyLinesToKeep: '2' -NamespaceIndentation: Inner +NamespaceIndentation: None PointerAlignment: Left ReflowComments: 'false' SortIncludes: 'true'