Break after member function declaration return type
EditorConfig key: cpp-function-declaration-return-type-style
Break after member function declaration return type
cpp-function-declaration-return-type-style
Default value:
do_not_change
Possible values:
do_not_change
on_single_line
line_break
Examples
do_not_change
on_single_line
int Foo::bar();
line_break
int Foo::bar();