How do I setup my methods like this when creating a new script
if someone says to goto settings Tools → Options → Text Editor → C# → Formatting → New Lines → New Line Options for braces, this does not work even though it shows the change.
void public()
{
}
instead of this
void public() {
}
It is driving me bonkers having to fix these on every damn script!