From 63c3046ca88bb609b6c50687a8fb93d2280ba231 Mon Sep 17 00:00:00 2001 From: Mango0x45 Date: Fri, 5 Feb 2021 23:46:41 +0100 Subject: 80 chars per line max pls --- .clang-format | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 2aceea2..bda6336 100644 --- a/.clang-format +++ b/.clang-format @@ -31,7 +31,7 @@ BraceWrapping: BreakBeforeBinaryOperators: NonAssignment BreakBeforeBraces: Custom BreakBeforeTernaryOperators: true -ColumnLimit: 100 +ColumnLimit: 80 ContinuationIndentWidth: 8 DeriveLineEnding: true IndentCaseBlocks: false @@ -57,4 +57,8 @@ SpacesInParentheses: false SpacesInSquareBrackets: false TabWidth: 8 UseCRLF: false -UseTab: Always \ No newline at end of file +UseTab: Always + +# Taken from git's rules (Except PenaltyBreakAssignment) +PenaltyBreakAssignment: 100 +PenaltyExcessCharacter: 100 \ No newline at end of file -- cgit v1.2.3