From cb20ccb7b3e98f9afd19027bdead98ca6bba5ca6 Mon Sep 17 00:00:00 2001 From: afranco Date: Thu, 22 Feb 2024 11:39:36 +0000 Subject: [PATCH] chore(CLANG): fixed format file --- .clang-format | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index 3f48b3f..45b9ef8 100644 --- a/.clang-format +++ b/.clang-format @@ -1,10 +1,9 @@ BasedOnStyle: LLVM +UseTab: Always IndentWidth: 4 TabWidth: 4 -UseTab: Always BreakBeforeBraces: Attach ColumnLimit: 100 PenaltyReturnTypeOnItsOwnLine: 1000000 AlwaysBreakAfterDefinitionReturnType: None -AlwaysBreakAfterDefinitionReturnType: None SeparateDefinitionBlocks: Always