What is Loose inderation?
#1

What is Loose inderation?
Reply
#2

Maybe Loose Indentation?

Use
pawn Код:
#pragma tabsize 0
Reply
#3

edit above says it all

Good:
pawn Код:
if(condition)
{
    action();
    result();
}
Bad:
pawn Код:
if(condition)
{
    action();
  result();
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)