Get HTML Indentation Data
get_html_indent.RdGet indentation data from HTML code, including the preferred indent type (space or tab), the base indent (the minimum indent across all lines), and the indent increment (the minimum increment above the base indent across all lines).
This function is useful for formatting HTML code to improve readability and maintain consistent indentation.