normalize_indentation


Description:

public void normalize_indentation (string base_indent)

Normalize indentation of replacement text based on base indentation.

Removes minimum leading whitespace from all lines, then prepends base_indent.

Parameters:

base_indent

The base indentation string to prepend to each line