From 0f4a1871ade16b55dff0fca9cf6caaba1cafe98c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Murta?= Date: Wed, 6 Aug 2025 20:55:53 +0100 Subject: [PATCH] fixup! chore: add clang-format/tidy --- .clang-format | 3 ++- .clang-tidy | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index 9f3e95c..33c536e 100644 --- a/.clang-format +++ b/.clang-format @@ -1,2 +1,3 @@ --- -BasedOnStyle: Google +BasedOnStyle: LLVM +ColumnLimit: 100 diff --git a/.clang-tidy b/.clang-tidy index 9248b65..e3b4fd9 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -12,4 +12,3 @@ Checks: - readability-* - -readability-identifier-length FormatStyle: file -WarningsAsErrors: "*"