[Tool/Web/Other] Code Indenter - Fast And Efficient and supports huge scripts.
#9

Quote:
Originally Posted by Adawg
View Post
Uhoh? Since I haven't the time to test it, If I have an shitty indentation like I use in the exemple does it will fix it correctly?

PHP Code:
// example :
public blablabla(playerid)
{
        if(
blablabla[playerid] >= 1)
    {
         
blablabla[playerid] = 0;
             return 
1;
    }
return 
1;

PHP Code:
// fixed : 
public blablabla(playerid)
{
    if(
blablabla[playerid] >= 1)
    {
         
blablabla[playerid] = 0;
         return 
1;
    }
    return 
1;

That's the main purpose of the program... lol

TlR: Yes, i will.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)