tempCanvas.drawArc(cx - mInnerCircleRadius, cy + mInnerCircleRadius,cy + mInnerCircleRadius,cy + mInnerCircleRadius);
For example, the above code i
Configure > Settings > Editor > 'Use soft wraps in editor'
Or right click on the divider where you can choose to show line numbers, and click 'Use soft wraps'
This won't break your code at your commas, but it will wrap your code so it's not too long to read.
File -> Settings > Editor > Code Style.
Then select Wrap on typing CHECKBOX.