Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » CDT code style: how to add new line after label
icon5.gif  CDT code style: how to add new line after label [message #895651] Sat, 14 July 2012 05:16
Nguyen Nguyen is currently offline Nguyen NguyenFriend
Messages: 1
Registered: July 2012
Junior Member
Hi Everyone,

I'm newbie for eclipse, I always use auto-format for my code & I have a problem with code style as below:

#Figure 1:
label:
for (int i = 0; i < n; i++) {
}

so after using auto format
#Figure 2:
label: for (int i = 0; i < n; i++) {
}

I want my code is formatted as figure 1 after auto format.
Could anybody help me solve this problem?

Thanks for your help.
Nguyen
Previous Topic:add path for resource file
Next Topic:Plug-in Symfony2
Goto Forum:
  


Current Time: Sat Apr 20 04:43:36 GMT 2024

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

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

Back to the top