diff options
Diffstat (limited to '')
-rw-r--r-- | third_party/googletest/.clang-format | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/googletest/.clang-format b/third_party/googletest/.clang-format new file mode 100644 index 0000000000..5b9bfe6d22 --- /dev/null +++ b/third_party/googletest/.clang-format @@ -0,0 +1,4 @@ +# Run manually to reformat a file: +# clang-format -i --style=file <file> +Language: Cpp +BasedOnStyle: Google |