beautify html before uploading the documentation

This commit is contained in:
Robert Kaussow 2020-06-02 19:43:52 +02:00
parent e842ae033d
commit bb0cfc464f
3 changed files with 22 additions and 8 deletions

8
.jsbeautifyrc Normal file
View file

@ -0,0 +1,8 @@
{
"indent_size": 4,
"indent_char": " ",
"preserve_newlines": false,
"unformatted" : ["svg"],
"content_unformatted": ["pre"],
"extra_liners": ["head", "body", "html", "main", "header", "footer", "section"]
}