Skip to content

Commit

Permalink
Disable a clang-format config line
Browse files Browse the repository at this point in the history
The CI version doesn't have it; likely isn't new enough, even though
they're both 16.
  • Loading branch information
jeaye committed Feb 2, 2024
1 parent f40175b commit 605fb22
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,13 @@ IndentWidth: '2'
IndentWrappedFunctionNames: 'false'
InsertBraces: 'true'
InsertNewlineAtEOF: 'true'
IntegerLiteralSeparator:
Binary: 8
BinaryMinDigits: 8
Decimal: 3
DecimalMinDigits: 5
Hex: -1
# CI isn't supporting this, even though it should be in 16.
#IntegerLiteralSeparator:
# Binary: 8
# BinaryMinDigits: 8
# Decimal: 3
# DecimalMinDigits: 5
# Hex: -1
KeepEmptyLinesAtTheStartOfBlocks: 'false'
LambdaBodyIndentation: Signature
Language: Cpp
Expand Down

0 comments on commit 605fb22

Please sign in to comment.