Skip to content

Instantly share code, notes, and snippets.

@abalaci
Last active August 16, 2021 10:31
Show Gist options
  • Save abalaci/3adaed23d66034d7ddda597b1aec56f5 to your computer and use it in GitHub Desktop.
Save abalaci/3adaed23d66034d7ddda597b1aec56f5 to your computer and use it in GitHub Desktop.
A collection of common Visual Studio Code preferences.
{
"diffEditor.ignoreTrimWhitespace": false,
"editor.fontFamily": "'Fira Code', monospace",
"editor.fontLigatures": false,
"editor.renderControlCharacters": true,
"editor.renderWhitespace": "all",
"editor.wordWrap": "on",
"files.trimTrailingWhitespace": true,
"telemetry.enableTelemetry": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment