forked from 1-Platform/one-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
one-platform.code-workspace
94 lines (94 loc) · 4.01 KB
/
one-platform.code-workspace
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
{
"folders": [ {
"path": "."
} ],
"settings": {
"editor.cursorSmoothCaretAnimation": true,
"editor.wordWrap": "on",
"editor.autoClosingBrackets": "always",
"editor.autoClosingQuotes": "always",
"editor.smoothScrolling": true,
"editor.tabCompletion": "on",
"editor.formatOnSave": false,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"files.autoGuessEncoding": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"css.lint.boxModel": "error",
"css.lint.compatibleVendorPrefixes": "error",
"css.lint.duplicateProperties": "error",
"css.lint.float": "warning",
"css.lint.idSelector": "warning",
"css.lint.important": "warning",
"css.lint.importStatement": "warning",
"css.lint.universalSelector": "warning",
"css.lint.vendorPrefix": "error",
"css.lint.zeroUnits": "error",
"eslint.lintTask.enable": true,
"eslint.onIgnoredFiles": "warn",
"git.alwaysShowStagedChangesResourceGroup": true,
"git.autoStash": true,
"git.enableSmartCommit": true,
"git.fetchOnPull": true,
"git.supportCancellation": true,
"git.untrackedChanges": "separate",
"highlight-matching-tag.highlightFromContent": true,
"highlight-matching-tag.highlightSelfClosing": true,
"html.format.endWithNewline": true,
"html.format.indentHandlebars": true,
"html.format.indentInnerHtml": true,
"less.lint.boxModel": "error",
"css.lint.emptyRules": "error",
"less.lint.compatibleVendorPrefixes": "error",
"less.lint.duplicateProperties": "error",
"less.lint.emptyRules": "error",
"less.lint.float": "warning",
"less.lint.idSelector": "warning",
"less.lint.important": "warning",
"less.lint.importStatement": "warning",
"less.lint.universalSelector": "warning",
"less.lint.vendorPrefix": "error",
"less.lint.zeroUnits": "error",
"npm.enableRunFromFolder": true,
"npm.enableScriptExplorer": true,
"npm.enableTouchbar": true,
"prettier.singleQuote": true,
"prettier.jsxSingleQuote": true,
"prettier.vueIndentScriptAndStyle": true,
"scss.lint.boxModel": "error",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "error",
"scss.lint.emptyRules": "error",
"scss.lint.float": "warning",
"scss.lint.idSelector": "warning",
"scss.lint.important": "warning",
"scss.lint.importStatement": "warning",
"scss.lint.universalSelector": "warning",
"scss.lint.zeroUnits": "error",
"scss.lint.vendorPrefix": "error",
"javascript.format.insertSpaceAfterConstructor": true,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": true,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": true,
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"javascript.format.semicolons": "insert",
"javascript.preferences.quoteStyle": "single",
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.format.insertSpaceAfterConstructor": true,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": true,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": true,
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.insertSpaceBeforeFunctionParenthesis": true,
"typescript.format.semicolons": "insert",
"typescript.preferences.quoteStyle": "single",
"typescript.updateImportsOnFileMove.enabled": "always",
"workbench.editor.highlightModifiedTabs": true,
"workbench.editor.revealIfOpen": true,
"search.showLineNumbers": true,
}
}