diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..f47e7d6 --- /dev/null +++ b/.clang-format @@ -0,0 +1,10 @@ +# vim: ft=yaml +--- +BasedOnStyle: LLVM +IndentWidth: 4 +--- +Language: Cpp +# Force pointers to the type for C++. +DerivePointerAlignment: false +PointerAlignment: Left +---