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 TouchToneTommy 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
May 24, 2004
1
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.

Part and Inventory Search

Sponsor

Back
Top