Update .clang-format

This commit is contained in:
Saksham Goyal 2025-10-16 12:44:42 -04:00 committed by GitHub
parent abf991d1f0
commit d198a60b6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
AlwaysBreakAfterReturnType: None
ColumnLimit: 9999
ColumnLimit: 320
IndentWidth: 4
PointerAlignment: Right
SpaceInEmptyParentheses: false
@ -15,3 +15,14 @@ SpacesInCStyleCastParentheses: false
TabWidth: 4
UseTab: Never
IndentPPDirectives: BeforeHash
AlignConsecutiveAssignments: Consecutive
BraceWrapping:
AfterEnum: false
BreakFunctionDefinitionParameters: false
Cpp11BracedListStyle: false
IndentCaseLabels: false
MaxEmptyLinesToKeep: 2
# ReflowComments: true
SpaceAfterCStyleCast: false
SpaceAfterLogicalNot: false
SpacesBeforeTrailingComments: 1