Skip to content

Instantly share code, notes, and snippets.

@e-jigsaw
Last active April 3, 2022 03:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save e-jigsaw/f71935accfd3e0af9aed3fffb2e63df2 to your computer and use it in GitHub Desktop.
Save e-jigsaw/f71935accfd3e0af9aed3fffb2e63df2 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Default Dark+",
"editor.fontSize": 18,
"editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
"editor.tabSize": 2,
"editor.renderWhitespace": "boundary",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"files.insertFinalNewline": true,
"workbench.editor.enablePreview": false,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"typescript.updateImportsOnFileMove.enabled": "never",
"emmet.showExpandedAbbreviation": "never",
"extensions.ignoreRecommendations": true,
"terminal.integrated.fontSize": 16,
"workbench.startupEditor": "newUntitledFile",
"terminal.integrated.profiles.osx": {
"zsh": {
"path": "zsh",
"args": ["-l", "-i"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment