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
parent 166756496e
commit 9fbb1e8708
No known key found for this signature in database
GPG Key ID: 9DC52E8F031B8DA8

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

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