Skip to content

Commit

Permalink
VSCode workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanM04 committed Oct 12, 2019
1 parent 6c84284 commit 2ed3205
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .vscode/settings.json

This file was deleted.

31 changes: 31 additions & 0 deletions PaseTec.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"folders": [
{
"name": "Arduino",
"path": "arduino"
},
{
"name": "Control Center",
"path": "control-center"
},
{
"name": "Web",
"path": "web"
}
],
"settings": {
"files.associations": {
"*.html": "html",
"**/src/**/*.js": "javascriptreact",
"*.prisma": "graphql",
"typeinfo": "cpp"
},
"javascript.preferences.importModuleSpecifier": "non-relative",
"prettier.arrowParens": "avoid",
"prettier.trailingComma": "es5",
"prettier.tabWidth": 2,
"prettier.semi": false,
"prettier.singleQuote": true,
"prettier.jsxSingleQuote": false
}
}

0 comments on commit 2ed3205

Please sign in to comment.