Skip to content

Commit

Permalink
Merge 1dda7c6 into 5a7835c
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Feb 9, 2021
2 parents 5a7835c + 1dda7c6 commit 3438ae4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/extensions.json
@@ -0,0 +1,5 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
}
13 changes: 13 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,13 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"files.eol": "\n",
"npm.packageManager": "npm",
"prettier.arrowParens": "always",
"prettier.endOfLine": "lf",
"prettier.singleQuote": true,
"prettier.tabWidth": 4,
"prettier.useTabs": true,
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false
}

0 comments on commit 3438ae4

Please sign in to comment.