Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

User talk:Tmp bresch.gmx.de

Hello,

I'm searching for a option to separate C/C++ functions. I would like to have always 3 empty lines between functions after I pushed "Ctrl+Shift+F".

/* comment */ int func_one(void) {...} . /* comment */ int func_two(void) {...}

Press "Ctrl+Shift+F" /* comment */ int func_one(void) {...} . . . /* comment */ int func_two(void) {...}

Is that possible?

Thanks a lot. ;-)

Back to the top