Spacing
Indentation
for (int i = 0; i < 10; i++)
{
Debug.Log("index=" + i);
}for (int i = 0; i < 10; i++)
{
Debug.Log("index=" + i);
}Line Length
Vertical Spacing
Last updated
Was this helpful?
for (int i = 0; i < 10; i++)
{
Debug.Log("index=" + i);
}for (int i = 0; i < 10; i++)
{
Debug.Log("index=" + i);
}Last updated
Was this helpful?
Was this helpful?
CoolUiWidget widget =
someIncrediblyLongExpression(that, reallyWouldNotFit, on, aSingle, line);CoolUiWidget widget =
someIncrediblyLongExpression(that, reallyWouldNotFit, on, aSingle, line);