gtest: add .clang-format file into test/gtest directory to prevent formatting there

This commit is contained in:
Alexey Ochapov 2021-04-29 02:01:12 +03:00 committed by Victor Zverovich
parent 53ca0cbe75
commit 833377ff1e

3
test/gtest/.clang-format Normal file
View File

@ -0,0 +1,3 @@
# Disable clang-format here
DisableFormat: true
SortIncludes: Never