From d74a89b82decbe680ae9283de52424fb6308e9ce Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 17 Jun 2025 13:38:11 +0200 Subject: [PATCH] fix clang format --- .clang-format | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-format b/.clang-format index 47592cd..5652c47 100644 --- a/.clang-format +++ b/.clang-format @@ -1,7 +1,6 @@ --- BasedOnStyle: LLVM ColumnLimit: "120" -ConstructorInitializerIndentWidth: "0" IndentWidth: "4" TabWidth: "4" UseTab: Always