From 5f2bc54070b3b56070e308f3336c2113dcb62122 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Fri, 6 Nov 2020 14:08:25 +0100 Subject: .clang-format: add SpaceInEmptyBlock: false (clang 10) --- .clang-format | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 5d1f6485..9ae1dc05 100644 --- a/.clang-format +++ b/.clang-format @@ -116,6 +116,7 @@ SortUsingDeclarations: false #SpaceBeforeInheritanceColon: true #SpaceBeforeParens: ControlStatements SpaceBeforeRangeBasedForLoopColon: false +SpaceInEmptyBlock: false #SpaceInEmptyParentheses: false #SpacesBeforeTrailingComments: 1 #SpacesInAngles: false -- cgit v1.2.3