-
Notifications
You must be signed in to change notification settings - Fork 0
/
WE2013-settings.xml
58 lines (58 loc) · 3.03 KB
/
WE2013-settings.xml
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
<?xml version="1.0" encoding="utf-8"?>
<webessentials version="1.9">
<settings>
<BrowserLink_ShowMenu>True</BrowserLink_ShowMenu>
<CoffeeScriptCompileToLocation>True</CoffeeScriptCompileToLocation>
<CoffeeScriptEnableCompiler>True</CoffeeScriptEnableCompiler>
<CoffeeScriptGenerateJsFile>True</CoffeeScriptGenerateJsFile>
<CoffeeScriptMinify>True</CoffeeScriptMinify>
<CoffeeScriptShowPreviewWindow>True</CoffeeScriptShowPreviewWindow>
<CoffeeScriptWrapClosure>True</CoffeeScriptWrapClosure>
<CssEnableMinification>True</CssEnableMinification>
<CssErrorLocation>1</CssErrorLocation>
<CssShowBrowserTooltip>True</CssShowBrowserTooltip>
<CssShowUnsupported>True</CssShowUnsupported>
<CssSyncVendorValues>True</CssSyncVendorValues>
<EnableAngularValidation>True</EnableAngularValidation>
<EnableBrowserLinkMenu>True</EnableBrowserLinkMenu>
<EnableEnterFormat>True</EnableEnterFormat>
<HtmlEnableMinification>True</HtmlEnableMinification>
<JavaScriptCamelCaseClassNames>False</JavaScriptCamelCaseClassNames>
<JavaScriptCamelCasePropertyNames>False</JavaScriptCamelCasePropertyNames>
<JavaScriptEnableMinification>True</JavaScriptEnableMinification>
<JavaScriptGenerateSourceMaps>False</JavaScriptGenerateSourceMaps>
<JsHint_bitwise>True</JsHint_bitwise>
<JsHint_browser>True</JsHint_browser>
<JsHint_debug>True</JsHint_debug>
<JsHint_devel>True</JsHint_devel>
<JsHint_eqeqeq>True</JsHint_eqeqeq>
<JsHint_expr>True</JsHint_expr>
<JsHint_ignoreFiles>kendo.*; globalize.*</JsHint_ignoreFiles>
<JsHint_jquery>True</JsHint_jquery>
<JsHint_laxbreak>True</JsHint_laxbreak>
<JsHint_laxcomma>True</JsHint_laxcomma>
<JsHint_maxerr>50</JsHint_maxerr>
<JsHint_regexdash>True</JsHint_regexdash>
<JsHint_smarttabs>True</JsHint_smarttabs>
<JsHint_undef>True</JsHint_undef>
<JsHint_unused>True</JsHint_unused>
<JsHintEnable>True</JsHintEnable>
<JsHintErrorLocation>2</JsHintErrorLocation>
<LessEnableCompiler>True</LessEnableCompiler>
<LessGenerateCssFile>True</LessGenerateCssFile>
<LessMinify>True</LessMinify>
<LessShowPreviewWindow>True</LessShowPreviewWindow>
<MarkdownAutoHyperlinks>True</MarkdownAutoHyperlinks>
<MarkdownAutoNewLine>True</MarkdownAutoNewLine>
<MarkdownCompileToLocation>True</MarkdownCompileToLocation>
<MarkdownEnableCompiler>True</MarkdownEnableCompiler>
<MarkdownEncodeProblemUrlCharacters>True</MarkdownEncodeProblemUrlCharacters>
<MarkdownGenerateXHTML>True</MarkdownGenerateXHTML>
<MarkdownLinkEmails>True</MarkdownLinkEmails>
<MarkdownShowPreviewWindow>True</MarkdownShowPreviewWindow>
<MarkdownStrictBoldItalic>True</MarkdownStrictBoldItalic>
<PixelPushing_OnByDefault>True</PixelPushing_OnByDefault>
<SvgShowPreviewWindow>True</SvgShowPreviewWindow>
<UnusedCss_IgnorePatterns>bootstrap*; reset.css; normalize.css; jquery*; toastr*; foundation*; animate*; inuit*; elements*; ratchet*; hint*; flat-ui*; 960*; skeleton*</UnusedCss_IgnorePatterns>
</settings>
</webessentials>