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 AccessModifierOffset: -4, # 1 tab
AlignAfterOpenBracket: true, AlignAfterOpenBracket: true,
AlignConsecutiveAssignments: true, AlignConsecutiveAssignments: true,
AlignConsecutiveBitfields: true,
AlignConsecutiveDeclarations: true, AlignConsecutiveDeclarations: true,
AlignConsecutiveMacros: true,
AlignTrailingComments: true, AlignTrailingComments: true,
AllowAllParametersOfDeclarationOnNextLine: true, AllowAllParametersOfDeclarationOnNextLine: true,
AllowShortBlocksOnASingleLine: false, AllowShortBlocksOnASingleLine: false,
AllowShortIfStatementsOnASingleLine: true, AllowShortIfStatementsOnASingleLine: true,
AllowShortLoopsOnASingleLine: false, AllowShortLoopsOnASingleLine: false,
AllowShortCaseLabelsOnASingleLine: true, AllowShortCaseLabelsOnASingleLine: true,
AllowShortLambdasOnASingleLine: false,
AlwaysBreakAfterDefinitionReturnType: false, AlwaysBreakAfterDefinitionReturnType: false,
AlwaysBreakBeforeMultilineStrings: true, AlwaysBreakBeforeMultilineStrings: true,
AlwaysBreakTemplateDeclarations: true, AlwaysBreakTemplateDeclarations: true,