Skip to content

Commit

Permalink
make clang-format not freak out on older versions [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
hero622 committed Aug 16, 2024
1 parent 39df9e3 commit 424c204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AlignOperands: true
AlignTrailingComments: true
AllowShortBlocksOnASingleLine: Always
AllowShortIfStatementsOnASingleLine: Never
BreakTemplateDeclarations: Yes
AlwaysBreakTemplateDeclarations : true
ColumnLimit: 0
Cpp11BracedListStyle: false
IncludeBlocks: Regroup
Expand Down

0 comments on commit 424c204

Please sign in to comment.