From 814020a2443accecf1753b6d602884db45d36b90 Mon Sep 17 00:00:00 2001 From: redtide Date: Thu, 27 Feb 2020 21:22:43 +0100 Subject: [PATCH] Added CLang coding style --- .clang-format | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 000000000..73897e9f7 --- /dev/null +++ b/.clang-format @@ -0,0 +1,4 @@ +--- +BasedOnStyle: WebKit + +...