Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » edit coding style rules using Formatter
edit coding style rules using Formatter [message #1778540] Sat, 16 December 2017 09:05
Mahmoud HD is currently offline Mahmoud HDFriend
Messages: 1
Registered: December 2017
Junior Member
Hi,
I'm trying to edit coding style rules defined in C/C++ General -> Formatter section to my custom mode,
Every thing is ok,except I dont know how I can define rule for converting :
void
 func(void);


to
void func(void);


I mean I want the returned element be i the same line with function name and input argument as soon as possible.

Previous Topic:blockchain api + pom.xml edit
Next Topic:!error
Goto Forum:
  


Current Time: Thu Mar 28 08:40:56 GMT 2024

Powered by FUDForum. Page generated in 0.04717 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top