From 6e653aa951c75fdf404b71f0c022e5af4f1a4dd6 Mon Sep 17 00:00:00 2001 From: Davids Paskevics <davip00@mi.fu-berlin.de> Date: Mon, 22 May 2023 18:44:01 +0200 Subject: [PATCH] Format code using clang-format --- .clang-format | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..5d57999 --- /dev/null +++ b/.clang-format @@ -0,0 +1,8 @@ +--- +BasedOnStyle: Google +SortIncludes: true +UseTab: Never +TabWidth: 4 +IndentWidth: 4 +ColumnLimit: 120 +IndentPPDirectives: BeforeHash -- GitLab