diff options
author | Abseil Team <absl-team@google.com> | 2021-01-14 15:42:25 (GMT) |
---|---|---|
committer | Derek Mauro <dmauro@google.com> | 2021-01-15 20:53:22 (GMT) |
commit | a2f906be697fbeabc24d98814b7df54a62d1cd06 (patch) | |
tree | f61fc2e3b9d88cf59e12660ea35d8b22db9882a2 /.clang-format | |
parent | 6c58c11d5497b6ee1df3cb400ce30deb72fc28c0 (diff) | |
download | googletest-a2f906be697fbeabc24d98814b7df54a62d1cd06.zip googletest-a2f906be697fbeabc24d98814b7df54a62d1cd06.tar.gz googletest-a2f906be697fbeabc24d98814b7df54a62d1cd06.tar.bz2 |
Googletest export
Add "using is_gtest_matcher = void" to the DivisibleBy7Matcher example.
PiperOrigin-RevId: 351797821
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 5b9bfe6..0000000 --- a/.clang-format +++ /dev/null @@ -1,4 +0,0 @@ -# Run manually to reformat a file: -# clang-format -i --style=file <file> -Language: Cpp -BasedOnStyle: Google |