Skip to content

Instantly share code, notes, and snippets.

@fitiskin
fitiskin / settings.json
Last active May 11, 2022 12:53
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",