Skip to content

Instantly share code, notes, and snippets.

@ripixel
Created October 26, 2016 15:16
Show Gist options
  • Select an option

  • Save ripixel/b2240f3fd8b4f4c831989c9562679475 to your computer and use it in GitHub Desktop.

Select an option

Save ripixel/b2240f3fd8b4f4c831989c9562679475 to your computer and use it in GitHub Desktop.
VSCode settings
// Place your settings in this file to overwrite the default settings
{
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.wrappingColumn": 0,
"editor.wrappingIndent": "indent",
"editor.renderWhitespace": "boundary",
"editor.renderIndentGuides": true,
"search.exclude": {"build/" : true},
"files.trimTrailingWhitespace": true,
"phpcs.standard": "psr2",
"editor.fontLigatures": true,
"editor.fontFamily": "Hasklig",
"editor.fontSize": 13,
"files.autoSave": "onFocusChange",
"files.associations": {
"*.mustache": "handlebars",
"*.tache": "handlebars"
},
"php.validate.executablePath": "/usr/bin/php",
"php.validate.run": "onType",
"phpcs.enable": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment