Prelude API
    Preparing search index...

    Function indent

    • Indents each line in the mutableLines array with the specified indentation.

      Parameters

      • mutableLines: string[]

        The array of lines to be indented.

      • indentation: string = ' '

        The string used for indentation (default is two spaces).

      Returns void