diff --git a/.clang-format b/.clang-format new file mode 100644 index 000000000..5f638fc68 --- /dev/null +++ b/.clang-format @@ -0,0 +1,5 @@ +BasedOnStyle: Google +--- +Language: Cpp +DerivePointerAlignment: false +PointerAlignment: Left \ No newline at end of file