Wrap before ( in function declaration
EditorConfig key: cpp-wrap-before-declaration-lpar
Wrap before ( in function declaration
cpp-wrap-before-declaration-lpar
Default value:
false
Possible values:
true
false
Examples
true
void f (int a);
false
void f(int a);