.jsbeautifyrc 734 B

12345678910
  1. {
  2. "unformatted": ["svg","g","path","a", "abbr", "area", "audio", "b", "bdi", "bdo", "br", "button", "canvas", "cite", "code", "data", "datalist", "del", "dfn", "em", "embed", "i", "iframe", "img", "input", "ins", "kbd", "keygen", "label", "map", "mark", "math", "meter", "noscript", "object", "output", "progress", "q", "ruby", "s", "samp", "select", "small", "span", "strong", "sub", "sup", "svg", "textarea", "time", "u", "var", "video", "wbr", "text", "acronym", "address", "big", "dt", "ins", "small", "strike", "tt", "pre", "h1", "h2", "h3", "h4", "h5", "h6"],
  3. "brace_style": "none,preserve-inline",
  4. "indent_scripts": "keep",
  5. "indent_size": 4,
  6. "indent_char": " ",
  7. "css": {
  8. "indent_size": 4
  9. }
  10. }