diff --git a/.clang-format b/.clang-format new file mode 100644 index 000000000..72d3bc4d3 --- /dev/null +++ b/.clang-format @@ -0,0 +1,9 @@ +--- +# C and C++ code +Language: Cpp +BasedOnStyle: WebKit +DerivePointerAlignment: false +PointerAlignment: Right +TabWidth: 4 +UseTab: Always +...