Method setup when starting a new script

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!

For new scripts you can change the default script template to fit your needs.
Here is a official unity support article about it:

1 Like

Thank you so much for this!