Skip to content

Instantly share code, notes, and snippets.

@vincelee888
Last active November 28, 2018 11:17
Show Gist options
  • Save vincelee888/f66d50c49ad68347d5ecc2f830b5a80f to your computer and use it in GitHub Desktop.
Save vincelee888/f66d50c49ad68347d5ecc2f830b5a80f to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"standard.enable": true,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"files.eol": "\n",
"editor.tabSize": 2,
"window.zoomLevel": -1,
"terminal.integrated.shell.windows": "\\windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe",
"workbench.startupEditor": "newUntitledFile",
"editor.minimap.enabled": false,
"search.smartCase": true,
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"gitlens.advanced.messages": {
"suppressFileNotUnderSourceControlWarning": true,
"suppressShowKeyBindingsNotice": true
},
"javascript.format.insertSpaceAfterConstructor": true,
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"files.insertFinalNewline": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment