forked from BallAerospace/COSMOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcosmos.code-workspace
More file actions
37 lines (37 loc) · 829 Bytes
/
cosmos.code-workspace
File metadata and controls
37 lines (37 loc) · 829 Bytes
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
{
"folders": [
{
"path": "."
}
],
"settings": {
"vetur.validation.template": false,
"eslint.validate": [
"vue",
"html",
"javascript"
],
"eslint.workingDirectories": [
"./cosmos-init/plugins"
],
"eslint.packageManager": "yarn",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"explorer.confirmDragAndDrop": true,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"vetur.completion.scaffoldSnippetSources": {
"workspace": "",
"user": "",
"vetur": ""
},
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.ignoreLimitWarning": true,
"ruby.rubocop.onSave": true,
"ruby.format": "rubocop",
},
"files.associations": {}
}