Android studio format code won't auto break line

前端 未结 8 1456
名媛妹妹
名媛妹妹 2020-12-30 19:41
tempCanvas.drawArc(cx - mInnerCircleRadius, cy + mInnerCircleRadius,cy + mInnerCircleRadius,cy + mInnerCircleRadius);

For example, the above code i

8条回答
  •  难免孤独
    2020-12-30 20:34

    You can make it automatically for all files by

    Editor -> General -> Soft-Wraps, check the Soft-wrap files and input needed filetype (for example *.java) in input field, now any new and even opened files will autowrap long strings. No any additional actions needed.

提交回复
热议问题