-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.jsbeautifyrc
More file actions
60 lines (59 loc) · 2.24 KB
/
.jsbeautifyrc
File metadata and controls
60 lines (59 loc) · 2.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"css":
{
"eol": "\n",
"end_with_newline": false,
"indent_char": " ",
"indent_size": 4,
"indent_with_tabs": false,
"preserve_newlines": false,
"brace_style": "expand,preserve-inline",
"max_preserve_newlines": 2,
"wrap_line_length": 120,
"newline_between_rules": true,
"space_around_combinator": false
},
"eol": "\n",
"end_with_newline": false,
"indent_char": " ",
"indent_size": 4,
"indent_with_tabs": false,
"preserve_newlines": false,
"brace_style": "expand,preserve-inline",
"max_preserve_newlines": 1,
"wrap_line_length": 120,
"break_chained_methods": false,
"comma_first": false,
"e4x": false,
"indent_level": 0,
"jslint_happy": false,
"keep_array_indentation": false,
"keep_function_indentation": false,
"operator_position": "before-newline",
"space_after_anon_function": false,
"space_before_conditional": true,
"space_in_empty_paren": true,
"space_in_paren": true,
"unescape_strings": true,
"newline_between_rules": false,
"selector_separator_newline": true,
"space_around_combinator": false,
"extra_liners": [ "title", "body" ],
"indent_body_inner_html": true,
"indent_handlebars": false,
"indent_head_inner_html": true,
"indent_inner_html": true,
"indent_scripts": "normal",
"wrap_attributes": "force-aligned",
"wrap_attributes_indent_size": 0,
"content_unformatted": [ "pre" ],
"void_elements": [ "area", "base", "br", "col", "embed", "hr", "img", "input", "keygen", "link", "menuitem", "meta",
"param", "source", "track", "wbr", "!doctype", "?xml", "?php", "basefont", "isindex"
],
"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", "svg", "template", "textarea", "time", "u", "var",
"video", "wbr", "text", "acronym", "address", "big", "dt", "ins", "strike", "tt"
]
}