From bedc9e683dd930766a31668931e642ceaeefb447 Mon Sep 17 00:00:00 2001 From: afonso Date: Thu, 22 Feb 2024 11:39:36 +0000 Subject: [PATCH] [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