From d4a5d94d5bc249204464c02785d538172046e4f5 Mon Sep 17 00:00:00 2001 From: terminx Date: Wed, 24 Jul 2019 01:37:23 +0000 Subject: [PATCH] Minor _clang-format tweaks git-svn-id: https://svn.eduke32.com/eduke32@7819 1a8010ca-5511-0410-912e-c29ae57300e0 --- _clang-format | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_clang-format b/_clang-format index 5b80b51e3..25d6edbd5 100644 --- a/_clang-format +++ b/_clang-format @@ -24,6 +24,7 @@ ContinuationIndentWidth: 0 Cpp11BracedListStyle: false DerivePointerBinding: false ExperimentalAutoDetectBinPacking: true +IncludeBlocks: Regroup IndentCaseLabels: true IndentFunctionDeclarationAfterType: true IndentWidth: 4 @@ -33,7 +34,9 @@ MaxEmptyLinesToKeep: 2 NamespaceIndentation: None PointerAlignment: Right PointerBindsToType: false +ReflowComments: false SpaceAfterCStyleCast: false +SpaceBeforeCpp11BracedList: true SpaceBeforeParens: ControlStatements SpaceInEmptyParentheses: false SpacesBeforeTrailingComments: 2