From 90f9e7c72a7c599e2f2cf6bf9a1411c976abd129 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Mon, 19 Apr 2021 09:55:14 -0700 Subject: [PATCH] Update .clang-format code style --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 42a2cc4..b1257f7 100644 --- a/.clang-format +++ b/.clang-format @@ -32,7 +32,7 @@ Cpp11BracedListStyle: 'false' FixNamespaceComments: 'true' IncludeBlocks: Regroup IndentCaseLabels: 'true' -IndentPPDirectives: BeforeHash +IndentPPDirectives: None IndentWrappedFunctionNames: 'false' KeepEmptyLinesAtTheStartOfBlocks: 'false' MaxEmptyLinesToKeep: '1'