Beginning with JDK 12, we can indent strings via String.indent(int n), in which n is the number of spaces.Example : indent text "abc" with 10 spaces:
n
"abs".indent(10);