From bd6421dcad88308a9dca5e96e416b95fb5a976b0 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 22 Jan 2026 17:06:52 +0400 Subject: [PATCH] Add clang format to unify file 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..8ba082a --- /dev/null +++ b/.clang-format @@ -0,0 +1,8 @@ +BasedOnStyle: LLVM +BreakBeforeBraces: Attach +BraceWrapping: + AfterLambda: false +ContinuationIndentWidth: 4 +IndentWidth: 4 +ColumnLimit: 120 +PointerAlignment: Left \ No newline at end of file