From 55656ba1ef2185fb647d33fc26c898dad1e6a80a Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 12 Aug 2023 08:09:25 +0200 Subject: [PATCH] added clang format file --- .clang-format | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..f5a092d --- /dev/null +++ b/.clang-format @@ -0,0 +1,2 @@ +BasedOnStyle: LLVM +ColumnLimit: 140 \ No newline at end of file