forked from exceptionless/Exceptionless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebEssentials-Settings.json
122 lines (122 loc) · 3.18 KB
/
WebEssentials-Settings.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"BrowserLink": {
"CssIgnorePatterns": "bootstrap*; reset.css; normalize.css; jquery*; toastr*; foundation*; animate*; inuit*; elements*; ratchet*; hint*; flat-ui*; 960*; skeleton*",
"EnableMenu": true,
"EnablePixelPushing": true,
"ShowMenu": false
},
"CodeGen": {
"CamelCasePropertyNames": false,
"CamelCaseTypeNames": false
},
"CoffeeScript": {
"CompileOnBuild": false,
"CompileOnSave": true,
"GenerateSourceMaps": false,
"LintOnBuild": false,
"LintOnSave": true,
"LintResultLocation": "Message",
"MinifyInPlace": false,
"OutputDirectory": null,
"ShowPreviewPane": true,
"WrapClosure": true
},
"Css": {
"AdjustRelativePaths": true,
"AutoMinify": true,
"GzipMinifiedFiles": false,
"ShowBrowserTooltip": true,
"ShowInitialInherit": false,
"ShowUnsupported": true,
"SyncVendorValues": true,
"ValidateEmbedImages": false,
"ValidateOverQualifiedSelector": false,
"ValidateStarSelector": false,
"ValidateVendorSpecifics": false,
"ValidateZeroUnit": false,
"ValidationLocation": "Messages"
},
"General": {
"AllMessagesToOutputWindow": false,
"KeepImportantComments": false,
"SvgPreviewPane": false
},
"Html": {
"AutoMinify": false,
"EnableAngularValidation": false,
"EnableEnterFormat": true,
"GzipMinifiedFiles": false,
"ImageDropFormats": [
{
"HtmlFormat": "<img src=\"{0}\" alt=\"\" />",
"Name": "Simple Image Tag"
},
{
"HtmlFormat": "<div><img src=\"{0}\" alt=\"\" /></div>",
"Name": "Enclosed in Div"
},
{
"HtmlFormat": "<li id=\"item_{1}\"><img src=\"{0}\" alt=\"\" /></li>",
"Name": "Enclosed as List Item"
},
{
"HtmlFormat": "<div style=\"background-image=url('{0}')\"></div>",
"Name": "Inline CSS"
}
]
},
"JavaScript": {
"AutoMinify": false,
"BlockCommentCompletion": false,
"GenerateSourceMaps": false,
"GzipMinifiedFiles": false,
"LintOnBuild": false,
"LintOnSave": false,
"LintResultLocation": "Message"
},
"Less": {
"CompileOnBuild": false,
"CompileOnSave": false,
"EnableChainCompilation": true,
"GenerateSourceMaps": false,
"MinifyInPlace": false,
"OutputDirectory": null,
"ShowPreviewPane": true
},
"Markdown": {
"AutoHyperlink": true,
"AutoNewLines": true,
"CompileOnBuild": false,
"CompileOnSave": false,
"EncodeProblemUrlCharacters": true,
"GenerateXHTML": true,
"LinkEmails": true,
"MinifyInPlace": false,
"OutputDirectory": null,
"ShowPreviewPane": true,
"StrictBoldItalic": true
},
"Sass": {
"CompileOnBuild": false,
"CompileOnSave": false,
"GenerateSourceMaps": false,
"MinifyInPlace": false,
"OutputDirectory": null,
"ShowPreviewPane": false
},
"SweetJs": {
"CompileOnBuild": false,
"CompileOnSave": false,
"GenerateSourceMaps": true,
"MinifyInPlace": false,
"OutputDirectory": null,
"ShowPreviewPane": true
},
"TypeScript": {
"BraceCompletion": false,
"LintOnBuild": false,
"LintOnSave": false,
"LintResultLocation": "Message",
"ShowPreviewPane": false
}
}