Ok, for the second line

Whatever the compiler accepts this expression, but what you say makes sense.
For the first line, home, the format does not work and generates the error ..
Code:
public function foo()
{
_knob.rotation = (((int(_virtualTrack.y) + int(_virtualTrack.height)) - int(_virtualCursor.y))
/ (int(_virtualTrack.height) / (_endAngle - _startAngle))) + _startAngle;
}
It may seem trivial, but this line of code has been extracted from a whole class format that the code did not want to format. And when he had to find the line called into question, it took comment everything step by step..
In this case, it is mismanaging the return line .. or other. Because if I put everything on the same line, then it works well.
It's "/" beginning of a line that seems to be a concern to the code formatter ..
It does not matter, because by replacing the / in the top line, everything works, but I wanted to inform the community of this small failure ..

As long as it does not encounter; should consider that the term is not over, even if there are back online. And formatting should not put everything on the same line! it should respect our breaks, because if they were doing is that there is a reason
.
Other cases:
codeformatter gives the instruction to the next line .. he should leave everything on the same line ans i'dont find the option in the preferences.
Another stuff, I tried to change option "max line length", but it does not seem to have any effect on the size of my lines ..