79629583

Date: 2025-05-19 23:02:45
Score: 0.5
Natty:
Report link

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.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Douglas W. Palme