Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save henryhamon/57de9c527175852d152dd07c0cb797ac to your computer and use it in GitHub Desktop.
Save henryhamon/57de9c527175852d152dd07c0cb797ac to your computer and use it in GitHub Desktop.
vscode config
{
"editor.minimap.enabled": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"editor.tabSize": 2,
"diffEditor.ignoreTrimWhitespace": true,
"git.autofetch": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment