From de9807166eb677d87452ae3add23e0e2b59a0a40 Mon Sep 17 00:00:00 2001 From: Francesco Date: Tue, 25 Nov 2025 23:14:07 +0100 Subject: [PATCH] refactor(clang-format): move to LLVM style --- .clang-format | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.clang-format b/.clang-format index c22baa5..eee1cba 100644 --- a/.clang-format +++ b/.clang-format @@ -1,9 +1,8 @@ -BasedOnStyle: Google - +BasedOnStyle: LLVM UseTab: Always TabWidth: 4 IndentWidth: 4 - +IndentCaseLabels: true ColumnLimit: 100 PointerAlignment: Right AllowShortFunctionsOnASingleLine: None