Skip to content

Instantly share code, notes, and snippets.

@DevEarley
Last active March 2, 2018 22:22
Show Gist options
  • Save DevEarley/1d2937800c2a1443bcc90b84092ba6ff to your computer and use it in GitHub Desktop.
Save DevEarley/1d2937800c2a1443bcc90b84092ba6ff to your computer and use it in GitHub Desktop.
My Studio Code settings
{
"window.menuBarVisibility": "toggle",
"workbench.activityBar.visible": false,
"workbench.iconTheme": "material-icon-theme",
"editor.roundedSelection": false,
"editor.minimap.enabled": true,
"editor.minimap.renderCharacters": false,
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": true
},
"editor.formatOnType": true,
"explorer.openEditors.visible": 10,
"explorer.autoReveal": false,
"explorer.enableDragAndDrop": false,
"explorer.openEditors.dynamicHeight": false,
"workbench.editor.showTabs": false,
"material-icon-theme.showUpdateMessage": false,
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 0,
"extensions.ignoreRecommendations": true,
"omnisharp.autoStart": false,
"material-icon-theme.angular.iconsEnabled": true,
"editor.wordWrap": "on",
"editor.wrappingIndent": "same",
"html.format.wrapLineLength": 0,
"html.format.indentInnerHtml": true,
"html.format.wrapAttributes": "force-aligned"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment