Skip to content

Instantly share code, notes, and snippets.

@nic-hartley
Created May 10, 2017 06:06
Show Gist options
  • Save nic-hartley/bcffb2500c0d1473b0521133efc14a8c to your computer and use it in GitHub Desktop.
Save nic-hartley/bcffb2500c0d1473b0521133efc14a8c to your computer and use it in GitHub Desktop.
My VS Code settings as they are now.
{
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.detectIndentation": false,
"editor.fontSize": 12,
"editor.fontFamily": "Source Code Pro, 'Courier New', monospace",
"editor.formatOnType": true,
"editor.insertSpaces": true,
"editor.minimap.enabled": true,
"editor.minimap.renderCharacters": false,
"editor.minimap.maxColumn": 80,
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": false
},
"editor.renderIndentGuides": true,
"editor.renderWhitespace": "all",
"editor.roundedSelection": false,
"editor.scrollBeyondLastLine": false,
"editor.tabSize": 2,
"editor.trimAutoWhitespace": false,
"editor.wrappingIndent": "indent",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 1000,
"files.eol": "\n",
"html.format.indentHandlebars": true,
"html.format.wrapLineLength": 80,
"terminal.integrated.shell.windows": "C:\\Windows\\Sysnative\\bash.exe",
"window.zoomLevel": 0,
"workbench.welcome.enabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment