-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.jsbeautifyrc
29 lines (29 loc) · 1.2 KB
/
.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
25
26
27
28
29
{
"js": {
"brace_style": "collapse",
"break_chained_methods": true,
"e4x": false,
"eval_code": false,
"indent_level": 0,
"indent_with_tabs": false,
"indent_size": 4,
"indent_char": " ",
"jslint_happy": true,
"keep_array_indentation": true,
"keep_function_indentation": false,
"max_preserve_newlines": 3,
"preserve_newlines": true,
"space_before_conditional": true,
"space-after-anon-function": true,
"end_with_newline": true,
"space_in_paren": false,
"unescape_strings": true,
"wrap_line_length": 120,
"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"]
"allowed_file_extensions": ["js", "json", "jshintrc", "jsbeautifyrc"]
}
}