I hate it when it puts the brackets on their own line. I know I'm old fashioned but I still prefer the following setup:
private void OnTrigger() {
...some code here
}
to
private void OnTrigger()
{
.... some code here
}
I have yet to find a way to specify to leave the brackets alone.