From 833377ff1e07d9fc312fe1f1516d35e87ccd8981 Mon Sep 17 00:00:00 2001 From: Alexey Ochapov Date: Thu, 29 Apr 2021 02:01:12 +0300 Subject: [PATCH] gtest: add `.clang-format` file into `test/gtest` directory to prevent formatting there --- test/gtest/.clang-format | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/gtest/.clang-format diff --git a/test/gtest/.clang-format b/test/gtest/.clang-format new file mode 100644 index 00000000..ec09b9b6 --- /dev/null +++ b/test/gtest/.clang-format @@ -0,0 +1,3 @@ +# Disable clang-format here +DisableFormat: true +SortIncludes: Never