GSL/.clang-format

22 lines
530 B
Plaintext
Raw Permalink Normal View History

2015-10-01 20:53:37 -04:00
ColumnLimit: 100
UseTab: Never
IndentWidth: 4
AccessModifierOffset: -4
NamespaceIndentation: Inner
BreakBeforeBraces: Allman
2015-10-01 20:53:37 -04:00
AlwaysBreakTemplateDeclarations: true
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
SpaceAfterCStyleCast: true