-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.liquidrc
55 lines (55 loc) · 1.13 KB
/
.liquidrc
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"engine": "shopify",
"files": {
"settings": "",
"locales": "",
"sections": [],
"snippets": []
},
"format": {
"ignore": [],
"wrap": 80,
"indentSize": 4,
"preserveLine": 2,
"endNewline": true,
"liquid": {
"indentAttribute": true,
"lineBreakSeparator": "before",
"normalizeSpacing": true,
"quoteConvert": "single",
"ignoreTagList": []
},
"rust": {
"bracePadding": false,
"braceAllman": true,
"arrayFormat": "indent",
"objectIndent": "indent",
"objectSort": false
}
},
"markup": {
"quoteConvert": "double",
"selfCloseSpace": true,
"delimiterTerminus": "inline",
"stripAttributeLines": true,
"commentNewline": false,
"forceIndent": true,
"commentIndent": true,
"ignoreJS": true,
"ignoreCSS": false,
"ignoreJSON": false,
"forceAttribute": 3
},
"json": {
"bracePadding": false,
"braceAllman": true,
"arrayFormat": "indent",
"objectIndent": "indent",
"objectSort": false
},
"style": {
"noLeadZero": true,
"quoteConvert": "single",
"atRuleSpace": true
}
}