mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
22 lines
530 B
YAML
22 lines
530 B
YAML
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
|