beautify html before uploading the documentation
This commit is contained in:
parent
e842ae033d
commit
bb0cfc464f
3 changed files with 22 additions and 8 deletions
8
.jsbeautifyrc
Normal file
8
.jsbeautifyrc
Normal 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"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue