mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:58:59 +08:00
09319cd79e
* [vcpkg metrics] start using json library Additionally, add floats to the JSON library since they're required. * [vcpkg metrics] allow users to disable metrics after the build Additionally, as a drive by, fix UUID generation * fix metrics data * code review
38 lines
941 B
YAML
38 lines
941 B
YAML
---
|
|
BasedOnStyle: WebKit
|
|
Language: Cpp
|
|
Standard: Cpp11
|
|
|
|
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
|
|
IndentCaseLabels: true
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
NamespaceIndentation: All
|
|
ForEachMacros: [TEST_CASE, SECTION]
|
|
PenaltyReturnTypeOnItsOwnLine: 1000
|
|
SpaceAfterTemplateKeyword: false
|
|
SpaceBeforeCpp11BracedList: false
|
|
|
|
IncludeBlocks: Preserve
|
|
SortIncludes: false
|