Edit the c# script template

When creating a new script and loading it in any IDE, it automatically adds these annoying lines:


// Use this for initialization

// Update is called once per frame

Also, It writes the curled brackets like this:

void Example(){

… }

While I’m the guy who annoys himself about this and is forced to order them like this:

void Start ()
{

}

Is there a way I can edit it like that automatically when a new script is created?

Thanks

Just edit this text document. Best program to edit this is notepad++.
On windows:

/Unity/Editor/Data/Resources/ScriptTemplates/