Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Brace formatting jBuilder9

Status
Not open for further replies.

eeyoredragon

Programmer
Joined
May 24, 2004
Messages
1
Location
US
I know this is a stupid question, but this is bugging me. How do you change the formating of braces so that it autoformats like this:

class myClass
{
}

instead of this:

class myClass {
}

?? I hate that second way.
 
Project menu -> project properties
Formatting tab
Blocks tab
Look for the "Place opening brace on next line" option in the tree, and select what you want...
<< JOC >>
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top