diff options
Diffstat (limited to 'third_party/abseil_cpp/.clang-format')
-rw-r--r-- | third_party/abseil_cpp/.clang-format | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/abseil_cpp/.clang-format b/third_party/abseil_cpp/.clang-format new file mode 100644 index 000000000000..06ea346a1067 --- /dev/null +++ b/third_party/abseil_cpp/.clang-format @@ -0,0 +1,4 @@ +--- +Language: Cpp +BasedOnStyle: Google +... |