Skip to content

Commit

Permalink
clang-format tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
speleo3 authored and JarrettSJohnson committed May 20, 2024
1 parent 0c7ac74 commit a5d83de
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 @@ -16,7 +16,7 @@ AlwaysBreakBeforeMultilineStrings: false
BreakBeforeBraces: Linux
BreakBeforeBinaryOperators: None
BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: false
BreakConstructorInitializersBeforeComma: true
BinPackParameters: true
BinPackArguments: true
ColumnLimit: 80
Expand Down

0 comments on commit a5d83de

Please sign in to comment.