Wrap after { in initializer list
EditorConfig key: cpp-wrap-after-expression-lbrace
Wrap after { in initializer list
cpp-wrap-after-expression-lbrace
Default value:
false
Possible values:
true
false
Examples
true
int x[] = { 1, 2 };
false
int x[] = { 1, 2 };