-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy path.jsbeautifyrc
24 lines (24 loc) · 1010 Bytes
/
.jsbeautifyrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"indent_with_tabs": false,
"max_preserve_newlines": 2,
"preserve_newlines": true,
"keep_array_indentation": true,
"break_chained_methods": true,
"wrap_line_length": 120,
"end_with_newline": true,
"indent_size": 2,
"brace_style": "collapse,preserve-inline",
"indent_inner_html": true,
"indent_scripts": "normal",
"space_in_paren": true,
"extra_liners": [
"/html"
],
"unformatted": [ "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", "template", "textarea", "time", "u", "var", "video", "wbr", "text", "acronym",
"address", "big", "dt", "ins", "small", "strike", "tt", "pre", "h1", "h2", "h3", "h4", "h5", "h6", "script"
]
}