mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
42 lines
1.4 KiB
Plaintext
42 lines
1.4 KiB
Plaintext
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|