From e179b93ff5db91e2f63bbc113a8832dbf2d2f787 Mon Sep 17 00:00:00 2001 From: Tobias Winchen <tobias.winchen@rwth-aachen.de> Date: Wed, 14 Apr 2021 07:05:39 +0000 Subject: [PATCH] Added clang format config --- .clang-format | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000..7922a4f7 --- /dev/null +++ b/.clang-format @@ -0,0 +1,3 @@ +IndentWidth: 4 +UseTab: Never:w + -- GitLab