Skip to content

Instantly share code, notes, and snippets.

@theahmadzai
Created April 18, 2020 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theahmadzai/ae68724ae9ac7bb4a406b994c522705b to your computer and use it in GitHub Desktop.
Save theahmadzai/ae68724ae9ac7bb4a406b994c522705b to your computer and use it in GitHub Desktop.
{
"editor.cursorBlinking": "phase",
"editor.formatOnSave": true,
"editor.renderLineHighlight": "gutter",
"editor.matchBrackets": "near",
"editor.occurrencesHighlight": true,
"editor.minimap.enabled": false,
"editor.fontFamily": "'Fira Code', Consolas, 'Courier New', monospace",
"editor.fontSize": 16,
"editor.fontLigatures": true,
"editor.renderIndentGuides": false,
"explorer.sortOrder": "type",
"explorer.openEditors.visible": 0,
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"breadcrumbs.enabled": false,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/vendor": true,
"**/.idea": true,
"**/*.lock": true,
"**/package-lock.json": true
},
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/*/**": true,
"**/.hg/store/**": true,
"**/vendor/*/**": true
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true,
"**/vendor": true
},
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment