2016-01-11 21:42:47 +00:00
|
|
|
Language: Cpp
|
|
|
|
IndentWidth: 4
|
2019-04-19 06:11:07 +00:00
|
|
|
PointerAlignment: Left
|
2016-01-11 21:42:47 +00:00
|
|
|
BreakBeforeBraces: Custom
|
2019-04-19 06:11:07 +00:00
|
|
|
BraceWrapping: { AfterFunction: true, AfterControlStatement: false }
|
2016-01-11 21:42:47 +00:00
|
|
|
IndentCaseLabels: false
|
2016-03-09 05:31:07 +00:00
|
|
|
ReflowComments: false
|
2016-06-06 00:45:34 +00:00
|
|
|
ColumnLimit: 120
|
2016-01-11 21:42:47 +00:00
|
|
|
AccessModifierOffset: -4
|
|
|
|
AlignTrailingComments: true
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
2016-03-09 05:31:07 +00:00
|
|
|
AllowShortLoopsOnASingleLine: false
|