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