Browse Source
AllowAllConstructorInitializersOnNextLine and
ConstructorInitializerAllOnOneLineOrOnePerLine are both deprecated.
PackConstructorInitializers=Never is the most similar setting to
most code and the example in the policy document. E.g. this does not
get reformatted:
STRINGFORMATTER( int aReserve = 300 ) :
buffer( aReserve, '\0' )
{
}
pull/18/head
1 changed files with 1 additions and 2 deletions
Loading…
Reference in new issue