Jump to content

Netbeans, set first indent to be different

Eddyall

I'd like for the first indent to be 4 space long and the rest to be 3.

 

ei.

 

 

    public int ...//04

    {             //04

       if(...)    //07

          {       //10

          ...     //10

          }       //10

    }             //04

 

Is it possible?

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×