Update style file

This commit is contained in:
doyle 2021-01-07 10:26:18 +11:00
parent d4a3c3b4a3
commit b9e10d6e30

View 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,