From 9a24fe708770d717ecb8cbe45fe24922d21b5838 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sat, 22 Jun 2024 17:40:40 +0200 Subject: tweak clang format settings --- .clang-format | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index f180135..064fa96 100644 --- a/.clang-format +++ b/.clang-format @@ -1,11 +1,10 @@ --- AccessModifierOffset: -4 -AlignConsecutiveAssignments: true AllowShortIfStatementsOnASingleLine: AllIfsAndElse AllowShortLoopsOnASingleLine: true BasedOnStyle: LLVM BreakBeforeBraces: Attach -ColumnLimit: 180 +ColumnLimit: 80 EmptyLineBeforeAccessModifier: Always IndentAccessModifiers: false IndentCaseLabels: true @@ -14,6 +13,13 @@ Language: Cpp Standard: Cpp11 TabWidth: 4 UseTab: Always +PointerAlignment: Middle +SpaceAfterCStyleCast: true +AlignConsecutiveAssignments: + Enabled: false +AlignTrailingComments: + Kind: Leave +ReflowComments: false ... # vim: ft=yaml -- cgit v1.2.3