-
Notifications
You must be signed in to change notification settings - Fork 9
/
.brackets.json
34 lines (34 loc) · 1015 Bytes
/
.brackets.json
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
{
"spaceUnits": 4,
"sass.enabled": false,
"path": {
"sass/styles.scss": {
"spaceUnits": 2,
"sass.enabled": true,
"sass.options": {
"outputDir": "../css/",
"imagePath": null,
"includePaths": [],
"sourceComments": false,
"outputStyle": "expanded"
},
"me.drewh.jsbeautify.on_save": true,
"linting.collapsed": false,
"brackets-git.gitPath": "git"
},
"sass/ie9.scss": {
"spaceUnits": 2,
"sass.enabled": true,
"sass.options": {
"outputDir": "../css/",
"imagePath": null,
"includePaths": [],
"sourceComments": false,
"outputStyle": "expanded"
},
"me.drewh.jsbeautify.on_save": true,
"linting.collapsed": false,
"brackets-git.gitPath": "git"
}
}
}