AlwaysBreakTemplateDeclarations

Previous setting was not keeping the template<...> on a line by itself which get hard to read.

Changing to Yes.
This commit is contained in:
berniev
2023-02-18 01:58:54 +10:00
committed by Uwe
parent 5d8c247c2a
commit 124a03f508

View File

@@ -12,7 +12,7 @@ AllowShortIfStatementsOnASingleLine: Never
AllowShortLambdasOnASingleLine: Empty AllowShortLambdasOnASingleLine: Empty
AllowShortLoopsOnASingleLine: false AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterReturnType: None AlwaysBreakAfterReturnType: None
AlwaysBreakTemplateDeclarations: MultiLine AlwaysBreakTemplateDeclarations: Yes
BinPackArguments: false BinPackArguments: false
BreakBeforeBraces: Custom BreakBeforeBraces: Custom
BraceWrapping: BraceWrapping: