commit | d57edc488b737b2219a53f7b47e8efc1316e3f46 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sat Sep 21 17:52:38 2019 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Sat Sep 21 18:42:55 2019 -0700 |
tree | 018ecbcbbc0fb07c54d8fff6d01b0bd090bc7ddf | |
parent | 5ba5c413b226973cdb4bc082b57b43c3e21cf016 [diff] [blame] | |
parent | 36244a1c25ff7fc90d0dc095a34114d55dc02e10 [diff] [blame] |
Merge commit '60e0fc8f94210cc42fa35fcfd552851cdb6038cc' as 'third_party/abseil' From https://github.com/abseil/abseil-cpp Change-Id: Ie825436b781856590d9bd4a0c91ac4f41b9bef62
diff --git a/third_party/abseil/.clang-format b/third_party/abseil/.clang-format new file mode 100644 index 0000000..06ea346 --- /dev/null +++ b/third_party/abseil/.clang-format
@@ -0,0 +1,4 @@ +--- +Language: Cpp +BasedOnStyle: Google +...