Skip to content

Instantly share code, notes, and snippets.

@fitiskin
Last active May 11, 2022 12:53
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 fitiskin/2685893e7da890b3ce9ffe70b43dcefa to your computer and use it in GitHub Desktop.
Save fitiskin/2685893e7da890b3ce9ffe70b43dcefa to your computer and use it in GitHub Desktop.
VSCode settings
{
"telemetry.telemetryLevel": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"workbench.colorTheme": "Visual Studio Light",
"editor.acceptSuggestionOnEnter": "off",
"editor.fontFamily": "JetBrains Mono",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"window.titleBarStyle": "custom",
"window.customMenuBarAltFocus": false,
"explorer.confirmDragAndDrop": false,
"window.zoomLevel": 1,
"diffEditor.ignoreTrimWhitespace": false,
"svelte.enable-ts-plugin": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment