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,