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 3c7eaa3c28
commit 5b3c5dc422

View File

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