aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/.clang-format
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2019-07-18 19:07:00 -0700
committerGriffin Downs <35574547+grdowns@users.noreply.github.com>2019-07-18 19:07:00 -0700
commit825055378998ae6bc24e8cb0bce2e1fbf9a425da (patch)
treedce29d762b06e5f44e985051c3d5520c7ca1cc19 /toolsrc/.clang-format
parent9b5ee9941232dc3dd07085de747b1e95bb059525 (diff)
downloadvcpkg-825055378998ae6bc24e8cb0bce2e1fbf9a425da.tar.gz
vcpkg-825055378998ae6bc24e8cb0bce2e1fbf9a425da.zip
Rewrite the tests! now they're cross-platform! (#7315)
* 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
Diffstat (limited to 'toolsrc/.clang-format')
-rw-r--r--toolsrc/.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/.clang-format b/toolsrc/.clang-format
index c14765672..4d2c34fc4 100644
--- a/toolsrc/.clang-format
+++ b/toolsrc/.clang-format
@@ -28,6 +28,7 @@ Cpp11BracedListStyle: true
IndentCaseLabels: true
KeepEmptyLinesAtTheStartOfBlocks: false
NamespaceIndentation: All
+ForEachMacros: [TEST_CASE, SECTION]
PenaltyReturnTypeOnItsOwnLine: 1000
SpaceAfterTemplateKeyword: false
SpaceBeforeCpp11BracedList: false