Skip to content

Instantly share code, notes, and snippets.

@SuperstrongBE
Created October 30, 2023 14:00
Show Gist options
  • Save SuperstrongBE/2885ac2900d02ac14ed83364d5f3bc5c to your computer and use it in GitHub Desktop.
Save SuperstrongBE/2885ac2900d02ac14ed83364d5f3bc5c to your computer and use it in GitHub Desktop.
{
"[typescriptreact]": {
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
},
"[typescript]": {
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"security.workspace.trust.untrustedFiles": "open",
"editor.accessibilitySupport": "off",
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[javascriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"cSpell.userWords": [
"Unstake"
],
"eslint.alwaysShowStatus": true,
"editor.fontFamily": "'Cascadia Mono', Monaco, 'Courier New', monospace",
"editor.fontSize": 14,
"workbench.fontAliasing": "antialiased",
"debug.console.fontSize": 13,
"editor.codeLensFontFamily": "'Cascadia Mono', Monaco, 'Courier New', monospace",
"editor.formatOnSave": true,
"editor.formatOnType": true,
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"githubPullRequests.pullBranch": "never",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"editor.tabSize": 2,
"typescript.updateImportsOnFileMove.enabled": "always",
"githubPullRequests.terminalLinksHandler": "github",
"javascript.preferences.importModuleSpecifier": "non-relative"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment