Skip to content

Instantly share code, notes, and snippets.

@tommcfarlin
Created February 23, 2018 16:44
Show Gist options
  • Save tommcfarlin/830e020f624f881268c32ee041ee9f12 to your computer and use it in GitHub Desktop.
Save tommcfarlin/830e020f624f881268c32ee041ee9f12 to your computer and use it in GitHub Desktop.
[Visual Studio Code] Working with User Settings in Visual Studio Code
{
// Editor Settings.
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 13,
"editor.renderWhitespace": "all",
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"editor.formatOnSave": false,
"files.trimTrailingWhitespace": true,
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment