add beautify config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-07-22 11:18:18 +02:00
parent b16bfce1f4
commit 89348ac64b
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 8 additions and 0 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"]
}