mirror of
https://github.com/microsoft/GSL.git
synced 2025-11-18 08:19:37 +01:00
22 lines
530 B
Plaintext
22 lines
530 B
Plaintext
|
|
ColumnLimit: 0
|
||
|
|
|
||
|
|
UseTab: Never
|
||
|
|
IndentWidth: 4
|
||
|
|
AccessModifierOffset: -4
|
||
|
|
NamespaceIndentation: Inner
|
||
|
|
|
||
|
|
BreakBeforeBraces: Allman
|
||
|
|
AlwaysBreakTemplateDeclarations: false
|
||
|
|
BreakConstructorInitializersBeforeComma: true
|
||
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||
|
|
AllowShortBlocksOnASingleLine: true
|
||
|
|
AllowShortFunctionsOnASingleLine: All
|
||
|
|
AllowShortIfStatementsOnASingleLine: true
|
||
|
|
AllowShortLoopsOnASingleLine: true
|
||
|
|
|
||
|
|
PointerAlignment: Left
|
||
|
|
AlignConsecutiveAssignments: false
|
||
|
|
AlignTrailingComments: false
|
||
|
|
|
||
|
|
SpaceAfterCStyleCast: true
|