2015-10-01 20:53:37 -04:00
|
|
|
ColumnLimit: 100
|
2015-09-26 18:00:54 -04:00
|
|
|
|
|
|
|
UseTab: Never
|
|
|
|
IndentWidth: 4
|
|
|
|
AccessModifierOffset: -4
|
|
|
|
NamespaceIndentation: Inner
|
|
|
|
|
|
|
|
BreakBeforeBraces: Allman
|
2015-10-01 20:53:37 -04:00
|
|
|
AlwaysBreakTemplateDeclarations: true
|
2015-09-26 18:00:54 -04:00
|
|
|
BreakConstructorInitializersBeforeComma: true
|
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
|
|
AllowShortBlocksOnASingleLine: true
|
|
|
|
AllowShortFunctionsOnASingleLine: All
|
|
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
|
|
AllowShortLoopsOnASingleLine: true
|
|
|
|
|
|
|
|
PointerAlignment: Left
|
|
|
|
AlignConsecutiveAssignments: false
|
2016-07-20 16:17:47 -04:00
|
|
|
AlignTrailingComments: true
|
2015-09-26 18:00:54 -04:00
|
|
|
|
|
|
|
SpaceAfterCStyleCast: true
|