Most of the code formatters I found handle indents and some extra spacing, but very few fix the curly brackets that go on a new line. Does anyone have any idea how these various styles of placing the curly brackets are called?
Also, is there an online code formatter for this?
Currently I'm using my own quick'n'dirty Python script.