Summary of #358 and #101:
| Parameter |
Description |
Values |
indent-unit |
Character sequence to use for indentation. |
Pattern: (\\t| +) Examples: ("\t", " ", " ") |
indent-attributes |
Indent multiple attributes (similar: HTML Tidy’s configuration option). Should be used with spaces as indentation characters. |
"yes", "no" |
line-ending |
Newline character. |
"\r\n", "\n", "\r", … |
If no parameter is specified, the default of the implementation is used.
Summary of #358 and #101:
indent-unit(\\t| +)Examples: (
"\t"," "," ")indent-attributes(similar: HTML Tidy’s configuration option).
Should be used with spaces as indentation characters.
"yes","no"line-ending"\r\n","\n","\r", …If no parameter is specified, the default of the implementation is used.