From 656eadb69fcb708c46fbf5c97f7913652e2705e6 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 4 Dec 2022 16:11:20 +0100 Subject: update .clang-{format,tidy} --- .clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 64db6ed8..376b242d 100644 --- a/.clang-format +++ b/.clang-format @@ -14,7 +14,7 @@ BreakBeforeBinaryOperators: NonAssignment BreakBeforeBraces: Allman BreakBeforeTernaryOperators: true BreakConstructorInitializersBeforeComma: false -ColumnLimit: 100 +ColumnLimit: 150 ConstructorInitializerAllOnOneLineOrOnePerLine: true ConstructorInitializerIndentWidth: 4 ContinuationIndentWidth: 4 @@ -42,6 +42,6 @@ SpacesBeforeTrailingComments: 1 SpacesInAngles: false SpacesInCStyleCastParentheses: false SpacesInParentheses: false -Standard: Cpp11 +Standard: Latest TabWidth: 4 UseTab: Never -- cgit v1.2.3