From 4553bd705af840b7f986db4f90be9cb61ffaa054 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Tue, 25 Jun 2019 08:29:13 +0200 Subject: [PATCH] Add .clang-format file (!465) --- .clang-format | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .clang-format 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 +...