diff --git a/.jsbeautifyrc b/.jsbeautifyrc new file mode 100644 index 0000000..ffbbba3 --- /dev/null +++ b/.jsbeautifyrc @@ -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"] +}