From b8bbc54c5c920aff1ff1b45a693f50d6d96d61c8 Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Sep 2025 15:45:26 +0500 Subject: Revise style: split include groups --- .clang-format | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 499fbac..bcb9014 100644 --- a/.clang-format +++ b/.clang-format @@ -30,9 +30,11 @@ AlignConsecutiveMacros: AlignFunctionPointers: false PadOperators: true AlignEscapedNewlines: Left -AlignOperands: true -PenaltyBreakAssignment: 21 +AlignOperands: false +PenaltyBreakAssignment: 50 PenaltyBreakBeforeFirstCallParameter: 21 +PenaltyBreakOpenParenthesis: 21 +PenaltyIndentedWhitespace: 1 AlignTrailingComments: Kind: Always OverEmptyLines: 0 @@ -90,7 +92,7 @@ DerivePointerAlignment: false EmptyLineBeforeAccessModifier: LogicalBlock FixNamespaceComments: true ShortNamespaceLines: 0 -IndentCaseBlocks: true +IndentCaseBlocks: false IndentCaseLabels: true IndentGotoLabels: true IndentPPDirectives: None @@ -102,7 +104,6 @@ Language: Cpp LineEnding: CRLF MaxEmptyLinesToKeep: 1 NamespaceIndentation: None -PenaltyIndentedWhitespace: 2 PointerAlignment: Left ReflowComments: true SortIncludes: true -- cgit