Skip to content

Instantly share code, notes, and snippets.

@nickautomatic
Created November 15, 2018 13:07
Show Gist options
  • Save nickautomatic/40c15121f8b5a25340f04817d6123baa to your computer and use it in GitHub Desktop.
Save nickautomatic/40c15121f8b5a25340f04817d6123baa to your computer and use it in GitHub Desktop.
VS Code settings
{
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"git.path": "C:\\Program Files (portable)\\cmder\\vendor\\git-for-windows\\bin\\git.exe",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\bash.exe",
"terminal.external.windowsExec": "ubuntu",
"workbench.colorTheme": "Afterglow Remastered",
"files.insertFinalNewline": true,
"editor.fontFamily": "Consolas",
"editor.fontSize": 14,
"workbench.editor.tabCloseButton": "off",
"editor.tabSize": 2,
"files.trimTrailingWhitespace": true,
"editor.wordWrap": "on",
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"files.eol": "\n",
"window.zoomLevel": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment