mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
8250553789
* begin exploratory rewriting of tests * continue working on tests * more test work! holy butts vcpkg-tests/plan.cpp was a bunch of work * finish writing new tests - [x] write catch2 tests - [ ] rewrite/at least delete the VS project files - [ ] document running tests * Fix tests to work on WSL, rewrite test vcxproj still need to test on macOS also, delete tests.pch.h * Condense add_test calls
35 lines
896 B
YAML
35 lines
896 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
|