rewrite icon indicating copy to clipboard operation
rewrite copied to clipboard

NormalizeFormat adds whitespace in the JavaDoc text

Open traceyyoshima opened this issue 2 years ago • 0 comments

lineBreak.withMargin(shift + lineBreak.getMargin())

A margin will contain a new line followed by the whitespace leading up to a * if it exists. Adding the shift before a new line appends the whitespace to the previous text.

/**
 * Text
 */

The margin will be \n * and become shift\n *.

traceyyoshima avatar Jul 19 '22 01:07 traceyyoshima