Skip to content

Commit

Permalink
Merge pull request #261 from awslabs/linter-enhancements
Browse files Browse the repository at this point in the history
CI enhancements: Code linter, PR description, speed up
  • Loading branch information
sirknightj authored Nov 4, 2024
2 parents 65e38da + a617deb commit bac2318
Show file tree
Hide file tree
Showing 90 changed files with 2,597 additions and 3,272 deletions.
12 changes: 6 additions & 6 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
Language: Cpp
# BasedOnStyle: Chromium
AlignAfterOpenBracket: Align
AlignConsecutiveMacros: true
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignConsecutiveMacros: AcrossComments
AlignConsecutiveAssignments: None
AlignConsecutiveDeclarations: None
AlignEscapedNewlines: Right
AlignOperands: false
AlignOperands: DontAlign
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: Never
Expand All @@ -22,7 +22,7 @@ BinPackParameters: true
BraceWrapping:
AfterCaseLabel: false
AfterClass: false
AfterControlStatement: false
AfterControlStatement: Never
AfterEnum: false
AfterFunction: false
AfterStruct: false
Expand Down Expand Up @@ -58,7 +58,7 @@ PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 200
PointerAlignment: Left
ReflowComments: true
SortIncludes: false
SortIncludes: Never
SpaceAfterCStyleCast: true
SpaceAfterLogicalNot: false
SpaceBeforeAssignmentOperators: true
Expand Down
Loading

0 comments on commit bac2318

Please sign in to comment.