Break in Template declarations
This commit is contained in:
parent
59da4682ff
commit
71f1d7b6b3
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue