From 1ec477190421dcffeff675ec8b31e667c054cc42 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 14 Mar 2020 10:10:21 +0100 Subject: [PATCH] Meta: Update .clang-format to not indent nested namespaces --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 8a109530e5..65447dc07d 100644 --- a/.clang-format +++ b/.clang-format @@ -10,3 +10,4 @@ IndentPPDirectives: AfterHash BreakBeforeBraces: Custom BraceWrapping: AfterFunction: true +NamespaceIndentation: None