From 2a47807c99c016e4f8028b952be8db0dce6abf77 Mon Sep 17 00:00:00 2001 From: Piotr Rybicki Date: Fri, 30 Jul 2021 12:23:41 +0200 Subject: [PATCH] Add .clang-format style file --- .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 00000000..73af54da --- /dev/null +++ b/.clang-format @@ -0,0 +1,4 @@ +--- +BasedOnStyle: WebKit +NamespaceIndentation: None +...