Skip to content

Instantly share code, notes, and snippets.

@ariefrahmansyah
Last active October 20, 2017 04:08
Show Gist options
  • Save ariefrahmansyah/0adca2a60b9ea97d76228a7c5495803a to your computer and use it in GitHub Desktop.
Save ariefrahmansyah/0adca2a60b9ea97d76228a7c5495803a to your computer and use it in GitHub Desktop.
Visual Studio Code Settings
/* VS Code 1.17 */
{
"editor.minimap.enabled": false,
"editor.renderIndentGuides": false,
"editor.renderWhitespace": "all",
"editor.roundedSelection": false,
"editor.tabSize": 8,
"extensions.autoUpdate": false,
"extensions.ignoreRecommendations": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"gitlens.blame.line.enabled": false,
"update.channel": "none",
"window.menuBarVisibility": "toggle",
"window.title": "${dirty}${activeEditorShort}${separator}${folderPath}${separator}${rootName}",
"workbench.colorTheme": "Monokai",
"workbench.startupEditor": "none"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment