From b9e10d6e30de6a803415860c0bef262bfc1e5be0 Mon Sep 17 00:00:00 2001 From: doyle Date: Thu, 7 Jan 2021 10:26:18 +1100 Subject: [PATCH] Update style file --- Installer/clang-format-style-file | 3 --- 1 file changed, 3 deletions(-) diff --git a/Installer/clang-format-style-file b/Installer/clang-format-style-file index 6187cf3..180bf4f 100644 --- a/Installer/clang-format-style-file +++ b/Installer/clang-format-style-file @@ -2,16 +2,13 @@ AccessModifierOffset: -4, # 1 tab AlignAfterOpenBracket: true, AlignConsecutiveAssignments: true, - AlignConsecutiveBitfields: true, AlignConsecutiveDeclarations: true, - AlignConsecutiveMacros: true, AlignTrailingComments: true, AllowAllParametersOfDeclarationOnNextLine: true, AllowShortBlocksOnASingleLine: false, AllowShortIfStatementsOnASingleLine: true, AllowShortLoopsOnASingleLine: false, AllowShortCaseLabelsOnASingleLine: true, - AllowShortLambdasOnASingleLine: false, AlwaysBreakAfterDefinitionReturnType: false, AlwaysBreakBeforeMultilineStrings: true, AlwaysBreakTemplateDeclarations: true,