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

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;

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)