Skip to content

Instantly share code, notes, and snippets.

@yuriy-yarvinen
Created March 17, 2019 16:30
Show Gist options
  • Save yuriy-yarvinen/0c23ac808cb4c4f61dcfa40a5616ed11 to your computer and use it in GitHub Desktop.
Save yuriy-yarvinen/0c23ac808cb4c4f61dcfa40a5616ed11 to your computer and use it in GitHub Desktop.
vs settings
{
"workbench.startupEditor": "newUntitledFile",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\bash.exe",
"workbench.statusBar.feedback.visible": false,
"files.defaultLanguage": "php",
"editor.fontSize": 16,
"editor.tabSize": 2,
"workbench.editor.tabSizing": "shrink",
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"editor.smoothScrolling": true,
"emmet.triggerExpansionOnTab": true,
"php.validate.executablePath": "d:/php/php.exe",
"editor.folding": false,
"editor.wordWrap": "on"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment