* .clang-format: Use the same ColumnLimit as on master

This commit is contained in:
Helmut Eller 2025-10-02 20:57:32 +02:00
parent c51e11ed24
commit 3ee3179452

View file

@ -4,7 +4,7 @@ AlignOperands: Align
AlwaysBreakAfterReturnType: TopLevelDefinitions
BreakBeforeBinaryOperators: All
BreakBeforeBraces: GNU
ColumnLimit: 80
ColumnLimit: 70
ContinuationIndentWidth: 2
IndentPPDirectives: AfterHash
PPIndentWidth: 1