diff --git a/.clang-format b/.clang-format new file mode 100644 index 000000000..b963109d0 --- /dev/null +++ b/.clang-format @@ -0,0 +1,3 @@ +BasedOnStyle: Google +DerivePointerBinding: false +Standard: Cpp11