Skip to content

Commit

Permalink
fix .clang-format for yaml validation
Browse files Browse the repository at this point in the history
  • Loading branch information
emrekovanci committed Apr 19, 2024
1 parent 21c4ba9 commit a344a5d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ UseTab: Never

# Alignment
AlignAfterOpenBracket: BlockIndent
AlignConsecutiveAssignments: false
AlignConsecutiveAssignments: None
AlignConsecutiveBitFields: Consecutive
AlignConsecutiveDeclarations: false
AlignConsecutiveDeclarations: None
AlignConsecutiveMacros: Consecutive
AlignEscapedNewlines: Left
AlignOperands: false
AlignOperands: DontAlign
AlignTrailingComments:
Kind: Always
OverEmptyLines: 1
Expand Down Expand Up @@ -90,7 +90,7 @@ IncludeCategories:
# C++ standard headers
- Priority: 4
Regex: '<[[:alnum:]_-]+>'
SortIncludes: true
SortIncludes: Never
SortUsingDeclarations: true

# Pointer & Reference Alignment
Expand All @@ -117,7 +117,7 @@ SpaceBeforeSquareBrackets: false
SpaceInEmptyBlock: false
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 1
SpacesInAngles: false
SpacesInAngles: Never
SpacesInCStyleCastParentheses: false
SpacesInConditionalStatement: false
SpacesInContainerLiterals: false
Expand Down

0 comments on commit a344a5d

Please sign in to comment.