diff --git a/.clang-format b/.clang-format new file mode 100644 index 000000000..c161838d4 --- /dev/null +++ b/.clang-format @@ -0,0 +1,4 @@ +--- +BasedOnStyle: Google +# Enforce always the same pointer alignment. +DerivePointerAlignment: false