forked from ppenalver/egeo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jsbeautifyrc
30 lines (30 loc) · 839 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
25
26
27
28
29
30
{
"eol": "\n",
"end_with_newline": true,
"indent_char": " ",
"indent_size": 3,
"indent_with_tabs": false,
"preserve_newlines": true,
"html": {
"allowed_file_extensions": ["html"],
"brace_style": "collapse",
"max_preserve_newlines": 10,
"wrap_line_length": 150,
"extra_liners": [],
"indent_body_inner_html": true,
"indent_handlebars": false,
"indent_head_inner_html": true,
"indent_inner_html": false,
"indent_scripts": "normal",
"wrap_attributes": "auto",
"wrap_attributes_indent_size": 4,
"unformatted": [],
"content_unformatted": ["pre"]
},
"css": {
"allowed_file_extensions": ["css", "scss"],
"newline_between_rules": false,
"selector_separator_newline": true,
"space_around_combinator": false
}
}