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
|
|
|
|
|
2018-08-13 00:44:17 -04:00
|
|
|
BreakBeforeBraces: Custom
|
|
|
|
BraceWrapping:
|
|
|
|
AfterNamespace: true
|
|
|
|
AfterEnum: true
|
|
|
|
AfterStruct: true
|
|
|
|
AfterClass: true
|
|
|
|
SplitEmptyFunction: false
|
|
|
|
AfterControlStatement: true
|
|
|
|
AfterFunction: true
|
|
|
|
AfterUnion: true
|
|
|
|
BeforeElse: true
|
|
|
|
|
|
|
|
|
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
|
2018-08-13 00:44:17 -04:00
|
|
|
CommentPragmas: '^ NO-FORMAT:'
|