Skip to content

Instantly share code, notes, and snippets.

@irfanfadilah
Last active February 18, 2020 02:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save irfanfadilah/c70c8ddacf8684583c8d96c3b6fc976e to your computer and use it in GitHub Desktop.
Save irfanfadilah/c70c8ddacf8684583c8d96c3b6fc976e to your computer and use it in GitHub Desktop.
Visual Studio Code - Preferences
{
"editor.tabSize": 2,
"editor.smoothScrolling": true,
"editor.minimap.enabled": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"workbench.startupEditor": "none",
"editor.copyWithSyntaxHighlighting": false,
"editor.matchBrackets": "never",
"editor.occurrencesHighlight": false,
"diffEditor.ignoreTrimWhitespace": true,
"editor.colorDecorators": false,
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"window.zoomLevel": 0,
"ruby.intellisense": "rubyLocate",
"editor.foldingHighlight": false,
"editor.renderLineHighlight": "none",
"editor.highlightActiveIndentGuide": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment