2016-06-26 05:06:20 +00:00
|
|
|
Language: Cpp
|
|
|
|
IndentWidth: 4
|
2022-04-30 05:37:59 +00:00
|
|
|
PointerAlignment: Left
|
2016-06-26 05:06:20 +00:00
|
|
|
BreakBeforeBraces: Custom
|
2022-04-30 05:37:59 +00:00
|
|
|
BraceWrapping: { AfterFunction: true, AfterControlStatement: false }
|
2016-06-26 05:06:20 +00:00
|
|
|
IndentCaseLabels: false
|
|
|
|
ReflowComments: false
|
|
|
|
ColumnLimit: 120
|
|
|
|
AccessModifierOffset: -4
|
|
|
|
AlignTrailingComments: true
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|