Skip to content

Commit

Permalink
Merge pull request #10483 from mjstapp/fix_clang_format_8_1
Browse files Browse the repository at this point in the history
[8.1] tools: tweak clang format to match master
  • Loading branch information
ton31337 committed Feb 3, 2022
2 parents 1f4300d + 28da74d commit fc41d9a
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 @@ -15,7 +15,7 @@ AllowAllParametersOfDeclarationOnNextLine: false
AlignAfterOpenBracket: true
SpaceAfterCStyleCast: false
MaxEmptyLinesToKeep: 2
BreakBeforeBinaryOperators: NonAssignment
BreakBeforeBinaryOperators: None
BreakStringLiterals: false
SortIncludes: false
IncludeCategories:
Expand Down

0 comments on commit fc41d9a

Please sign in to comment.