diff --git a/.clang-format b/.clang-format new file mode 100644 index 000000000..b499c939f --- /dev/null +++ b/.clang-format @@ -0,0 +1,6 @@ +BasedOnStyle: Google + +--- +Language: Cpp +PointerAlignment: Right +QualifierAlignment: Left