justifyToFirstLine

Adjusts the indentation of each line in the string to match the indentation of the first non-blank line. The first non-blank line determines the target indentation level, and subsequent lines are adjusted accordingly.

Return

The string with adjusted indentation.