Interface Indented

    • Method Detail

      • indentedStr

        @NotNull
        @NotNull String indentedStr​(int indent)
        Returns a string where line breaks extend the given amount of indentation.
        Parameters:
        indent - the amount of indent to start at. Pretty-printed subsequent lines may have additional indent.
        Returns:
        a string with the given starting offset (in spaces) for every line.