vcpkg/toolsrc/.clang-format

32 lines
825 B
Plaintext
Raw Normal View History

2017-04-28 09:55:36 +08:00
---
BasedOnStyle: WebKit
Language: Cpp
2017-04-29 03:57:15 +08:00
Standard: Cpp11
2017-04-28 09:55:36 +08:00
UseTab: Never
IndentWidth: 4
ColumnLimit: 120
PointerAlignment: Left
BreakBeforeBraces: Allman
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: false
AlwaysBreakTemplateDeclarations: true
AlignAfterOpenBracket: true
AlignOperands: true
AlignTrailingComments: true
BinPackArguments: false
BinPackParameters: false
BreakBeforeBinaryOperators: None
BreakConstructorInitializersBeforeComma: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true
Cpp11BracedListStyle: true
2017-04-28 09:55:36 +08:00
IndentCaseLabels: true
KeepEmptyLinesAtTheStartOfBlocks: false
NamespaceIndentation: All
PenaltyReturnTypeOnItsOwnLine: 1000
2017-04-28 09:55:36 +08:00
SpaceAfterTemplateKeyword: false