forked from Gogh-Co/Gogh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jsbeautifyrc
41 lines (41 loc) · 1.38 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
40
41
{
"editorconfig" : true,
"indent_size" : 2,
"html": {
"indent_size" : 4,
"indent_char" : " ",
"end_with_newline" : true,
"wrap_attributes" : "force-aligned",
"brace_style" : "end-expand",
"unformatted" : ["abbr", "area", "audio", "b", "bdi", "bdo", "br","canvas", "cite", "code", "data", "datalist", "del", "dfn", "em", "embed", "i", "iframe", "img", "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", "link", "meta", "option", "script"],
"beautifiers" : [
"JS-Beautify"
],
"js": {
"indent_size": 2
},
"css": {
"indent_size": 2
}
},
"css": {
"beautifiers" : [
"Prettier",
"Pretty Diff",
"JS-Beautify"
],
"align_assignments" : true,
"indent_size" : 2,
"end_with_comma" : true,
"end_with_newline" : true
},
"JavaScript": {
"indent_size" : 2,
"indent_char" : " ",
"align_assignments" : true,
"preserve-newlines" : true,
"beautifiers" : [
"Pretty Diff"
]
}
}