From ebc4ebbbcc7003548c0d654a9556d8836e94aea2 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 13 Jun 2019 12:33:36 +0200 Subject: [PATCH] CI: don't indent namespaces at all --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'