Break in Template declarations

This commit is contained in:
Anthony Rose 2024-09-20 14:57:44 +01:00
parent 59da4682ff
commit 71f1d7b6b3

View file

@ -3,6 +3,7 @@ Language: Cpp
BasedOnStyle: Microsoft BasedOnStyle: Microsoft
AccessModifierOffset: -4 AccessModifierOffset: -4
AlwaysBreakTemplateDeclarations: Yes
BreakBeforeBraces: Stroustrup BreakBeforeBraces: Stroustrup
PointerAlignment: Left # Change to Right for K&R C-style pointers. PointerAlignment: Left # Change to Right for K&R C-style pointers.