NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
Inglonias
Joined: 17 Jul 2010 Posts: 4
|
Posted: Fri Sep 03, 2010 8:49 pm Post subject: Indentation settings issues! (Preferences do not match actual code) |
|
|
Bumped after two weeks with no response.
What I believe are relevant preferences can be found here.
Hi. I can't seem get my Java indentation rules correct. I've tried to reset the preferences, but I still can't get the auto indentations to match my style. Here's an example I put together
| Code: | if (1 == 1)
{
//This is what I want. The two braces match up.
}
if (2 == 2)
{
//This is what I get.
//Note that the ending brace is auto-generated
} |
Can someone tell me what is wrong with my preferences?
Last edited by Inglonias on Wed Sep 15, 2010 9:57 pm; edited 1 time in total |
|
| Back to top |
|
 |
Inglonias
Joined: 17 Jul 2010 Posts: 4
|
Posted: Wed Sep 15, 2010 9:52 pm Post subject: |
|
|
| Bump. Still no reply after two weeks. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|