forked from pythonindia/inpycon2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jsbeautifyrc
39 lines (37 loc) · 1.16 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
30
31
32
33
34
35
36
37
38
39
{
"end_with_newline": true,
"indent_char": " ",
"indent_size": 4,
"indent_with_tabs": false,
"max_preserve_newlines": 3,
"js": {
"brace_style": "end-expand",
"break_chained_methods": false,
"indent_level": 0,
"jslint_happy": false,
"jslint_happy_align_switch_case": false,
"keep_array_indentation": true,
"space_after_anon_function": true,
"space_before_conditional": true,
"space_in_empty_paren": false,
"space_in_paren": false,
"wrap_attributes": "auto",
"wrap_line_length": 0
},
"html": {
"brace_style": "collapse",
"extra_liners": ["head", "body", "/html"],
"indent_body_inner_html": true,
"indent_head_inner_html": true,
"indent_inner_html": false,
"unformatted": ["a", "sub", "sup", "b", "i", "u"],
"wrap_attributes": "auto",
"wrap_attributes_indent_size": 4,
"wrap_line_length": 120
},
"css": {
"convert_quotes": "single",
"selector_separator_newline": true,
"space_around_selector_separator": true
}
}