Blockland Forums > General Discussion
How do you indent when you code?
Brian Smithers:
i dont indent
sublime indents for me
but it turns out to be like
function blah()
{
echo("blah");
}
but when i have to format myself...
}
;("hlab")oche
{
()halb noitcunf
IT AINT PRETTEH
otto-san:
allman style
--- Code: ---void takeoutthegarbage()
{
cout << "look there's garbage i'm going to take it out\n";
}
--- End code ---