From f7183dbfac690e2284fdf1196fddb3b7e55b98cd Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 9 Feb 2023 14:04:51 +0100 Subject: [PATCH] backend: add clang format --- backend/.clang-format | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 backend/.clang-format diff --git a/backend/.clang-format b/backend/.clang-format new file mode 100644 index 0000000..4641da9 --- /dev/null +++ b/backend/.clang-format @@ -0,0 +1,6 @@ +Language: Cpp +BasedOnStyle: WebKit +IndentWidth: 4 +ColumnLimit: 100 +IndentCaseLabels: true +