From d87abd3ec0a5ff691a66c71bea19ee18ff4c03fd Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 30 Jul 2025 00:52:04 +0200 Subject: [PATCH] New .clang-format --- .clang-format | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.clang-format b/.clang-format index fc9422d..7030cd1 100644 --- a/.clang-format +++ b/.clang-format @@ -1,8 +1,8 @@ BasedOnStyle: LLVM -IndentWidth: 4 # Use 4 spaces for indentation -TabWidth: 4 # Tab width is also 4 spaces -UseTab: Never # Always use spaces instead of tabs -ColumnLimit: 120 # Wrap lines after 80 characters +IndentWidth: 4 +TabWidth: 4 +UseTab: Never +ColumnLimit: 120 AllowShortLoopsOnASingleLine: true AllowShortFunctionsOnASingleLine: false AlwaysBreakTemplateDeclarations: true