Skip to content

Commit

Permalink
AlwaysBreakTemplateDeclarations ~> BreakTemplateDeclarations
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking committed Dec 27, 2024
1 parent 63ee6a0 commit 2bd7353
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 @@ -10,13 +10,13 @@ AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: Always
AllowShortLoopsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: Yes
BinPackParameters: true
BreakAfterReturnType: Automatic
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Attach
BreakBeforeTernaryOperators: false
BreakConstructorInitializers: BeforeColon
BreakTemplateDeclarations: Yes
ColumnLimit: 0
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
Expand Down

0 comments on commit 2bd7353

Please sign in to comment.