Skip to content

Commit

Permalink
fix: remove duplicate key in .clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
keiff3r committed Jun 25, 2024
1 parent 1f3047d commit 97a0575
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 @@ -12,9 +12,9 @@ SortIncludes: false
SpaceAfterCStyleCast: true
AllowShortCaseLabelsOnASingleLine: false
AllowAllArgumentsOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: Never
AllowShortFunctionsOnASingleLine: None
BinPackArguments: false
BinPackParameters: false
---

0 comments on commit 97a0575

Please sign in to comment.