I prefer to space my code out so I'll use
GetAngerSound()
{
return Utility.Random(0x2CE, 2);
}
The reason I tend to format my code this way is to make it easier to read.
I tend to make things that require a lot of distro edits and find this way is easier to identify the changed section.
Not...