Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CrocodileInAWhileAlligatorLater/409f0d9d179955ff80419a8a4506a09d to your computer and use it in GitHub Desktop.
Save CrocodileInAWhileAlligatorLater/409f0d9d179955ff80419a8a4506a09d to your computer and use it in GitHub Desktop.
VSCode settings
{
"debug.console.fontSize": 18,
"html.format.wrapLineLength": 0,
"html.format.wrapAttributes": "preserve",
"html.format.indentInnerHtml": true,
"[html]": {
"editor.foldingStrategy": "indentation",
"editor.defaultFormatter": "HookyQR.beautify"
},
"editor.fontFamily": "Anonymous Pro, Consolas, 'Courier New', monospace",
"editor.fontSize": 15,
"editor.formatOnPaste": true,
"editor.lineHeight": 18,
"editor.minimap.scale": 2,
"editor.tabSize": 2,
"explorer.confirmDragAndDrop": true,
"markdown.preview.fontSize": 18,
"telemetry.enableTelemetry": false,
"terminal.integrated.shell.windows": "C:\\Users\\asdf\\AppData\\Local\\Programs\\Git\\git-bash.exe",
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 0,
"workbench.colorTheme": "Monokai Dimmed",
"workbench.editor.tabCloseButton": "off",
"terminal.integrated.cwd": "C:\\Users\\asdf\\OneDrive - Crocs\\Desktop\\Projects\\Projects based on asdf Responsive Template from 6-2018",
"search.location": "panel",
"html.autoClosingTags": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment