.jsbeautifyrc 231 B

123456789
  1. {
  2. "indent_size": 4,
  3. "indent_char": " ",
  4. "preserve_newlines": false,
  5. "unformatted" : ["svg"],
  6. "content_unformatted": ["pre"],
  7. "extra_liners": ["head", "body", "html", "main", "header", "footer", "section"]
  8. }