Skip to content

Instantly share code, notes, and snippets.

@sjardim
Created April 24, 2018 03:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sjardim/fafc011fd3250a9906f169b7b1abd2b8 to your computer and use it in GitHub Desktop.
Save sjardim/fafc011fd3250a9906f169b7b1abd2b8 to your computer and use it in GitHub Desktop.
VS Code Settings
// Place your settings in this file to overwrite the default settings
{
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"editor.accessibilitySupport": "off",
"editor.lineHeight": 30,
"files.associations": {
"*.module": "php",
"*.latte": "smarty"
},
"editor.cursorStyle": "line",
"git.enabled": true,
"window.zoomLevel": 1,
"emmet.includeLanguages": {
"latte": "html",
"smarty": "html",
"plaintext": "jade"
},
"workbench.colorTheme": "Laracasts Contrast (rainglow)",
"workbench.panel.location": "bottom",
"workbench.editor.tabSizing": "shrink",
"workbench.statusBar.visible": true,
"workbench.activityBar.visible": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "left",
"editor.renderControlCharacters": true,
"cSpell.userWords": [
"brightline"
],
"[markdown]": {},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment