From f37d6e225457f683ee90bf3e5e32c1e01f7f36bf Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Fri, 26 May 2023 23:06:38 +0100 Subject: [PATCH] Indent all namespaces --- roles/home-cli/files/clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/clang-format b/roles/home-cli/files/clang-format index 91756d0..7392d3c 100644 --- a/roles/home-cli/files/clang-format +++ b/roles/home-cli/files/clang-format @@ -72,7 +72,7 @@ LambdaBodyIndentation: Signature MacroBlockBegin: '' MacroBlockEnd: '' MaxEmptyLinesToKeep: 1 -NamespaceIndentation: None +NamespaceIndentation: All ObjCBinPackProtocolList: Auto ObjCBlockIndentWidth: 2 ObjCBreakBeforeNestedBlockParam: true