From 00506c5ddcba7eed09c622dda0d596dbcdaff49c Mon Sep 17 00:00:00 2001 From: Luka Jankovic Date: Wed, 11 Jun 2025 20:00:25 +0200 Subject: [PATCH] Added clang format --- linux/.clang-format | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 linux/.clang-format diff --git a/linux/.clang-format b/linux/.clang-format new file mode 100644 index 0000000..960bc8c --- /dev/null +++ b/linux/.clang-format @@ -0,0 +1,4 @@ +BasedOnStyle: LLVM +IndentWidth: 4 +TabWidth: 4 +UseTab: Never