Indent every line of the passed text.

  • Parameters

    • subject: string

      The text to indent.

    • depth: number = 0

      How often to apply the indenting.

    • prefix: string = " "

      The string to use as the indent.

    Returns string

    The indented text.