forked from Sitecore/Habitat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebEssentials2015-Settings.json
58 lines (58 loc) · 1.71 KB
/
WebEssentials2015-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
{
"BrowserLink": {
"CssIgnorePatterns": "bootstrap*; reset.css; normalize.css; jquery*; toastr*; foundation*; animate*; inuit*; elements*; ratchet*; hint*; flat-ui*; 960*; skeleton*",
"EnableMenu": true,
"EnablePixelPushing": true,
"ShowMenu": true
},
"CodeGen": {
"AddTypeScriptReferencePath": true,
"CamelCaseEnumerationValues": false,
"CamelCasePropertyNames": true,
"CamelCaseTypeNames": false
},
"Css": {
"ShowBrowserTooltip": true,
"ShowInitialInherit": false,
"SyncBase64ImageValues": true,
"SyncVendorValues": true,
"ValidateDuplicateSelectors": true,
"ValidateStarSelector": true,
"ValidateVendorSpecifics": true,
"ValidateZeroUnit": true,
"ValidationLocation": "Messages"
},
"General": {
"AllMessagesToOutputWindow": false,
"KeepImportantComments": true,
"ShowLogoWatermark": false,
"SvgPreviewPane": true
},
"Html": {
"AttributeQuotesRemovalMode": "KeepQuotes",
"CustomAngularDirectiveList": null,
"EnableBootstrapValidation": true,
"EnableEnterFormat": true,
"EnableFoundationValidation": true,
"EnableMicrodataValidation": true,
"MinifyAngularBindingExpressions": false,
"MinifyKnockoutBindingExpressions": false,
"ProcessableScriptTypeList": null
},
"JavaScript": {
"BlockCommentCompletion": true,
"EvalTreatment": "MakeImmediateSafe",
"TermSemicolons": true
},
"Markdown": {
"CompileOnBuild": false,
"CompileOnSave": true,
"GlobalPreviewCSSFile": null,
"GlobalPreviewHtmlTemplate": null,
"MinifyInPlace": false,
"OutputDirectory": null,
"RenderSoftLineBreaksAsLineBreaks": false,
"ShowPreviewPane": true,
"TrackSourcePosition": false
}
}