You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
530 B
21 lines
530 B
ColumnLimit: 100 |
|
|
|
UseTab: Never |
|
IndentWidth: 4 |
|
AccessModifierOffset: -4 |
|
NamespaceIndentation: Inner |
|
|
|
BreakBeforeBraces: Allman |
|
AlwaysBreakTemplateDeclarations: true |
|
BreakConstructorInitializersBeforeComma: true |
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true |
|
AllowShortBlocksOnASingleLine: true |
|
AllowShortFunctionsOnASingleLine: All |
|
AllowShortIfStatementsOnASingleLine: true |
|
AllowShortLoopsOnASingleLine: true |
|
|
|
PointerAlignment: Left |
|
AlignConsecutiveAssignments: false |
|
AlignTrailingComments: true |
|
|
|
SpaceAfterCStyleCast: true
|
|
|