Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Can tab rules be changed
Can tab rules be changed [message #512076] Wed, 03 February 2010 19:55
Ron Gage is currently offline Ron GageFriend
Messages: 1
Registered: February 2010
Junior Member
Simply put, can the tab rules be changed within PDT at all?

Right now, PDT will forcibly format code in the following way:

if (something)
{
    do something else;
}

I strongly prefer the formatting to be:

if (something)
    {
    do something else;
    }

Can the tab rules be changed to accommodate this?

Ron

[Updated on: Wed, 03 February 2010 19:56]

Report message to a moderator

Previous Topic:Re: debian 4.0 and PDT
Next Topic:Button Clicks Don't Work
Goto Forum:
  


Current Time: Sun Sep 01 03:39:04 GMT 2024

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

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

Back to the top