Update style file
This commit is contained in:
parent
d4a3c3b4a3
commit
b9e10d6e30
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user