Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. {
  2. "breadcrumbs.enabled": true,
  3. "phpcs.enable": true,
  4. "phpcs.showSources": true,
  5. "phpcs.executablePath": "/usr/local/bin/phpcs",
  6. "phpcs.ignorePatterns": [
  7. "*/vendor/*",
  8. "*/vendors/*",
  9. ],
  10. "phpcbf.enable": true,
  11. "phpcbf.executablePath": "/usr/local/bin/phpcbf",
  12. "phpcbf.onsave": false,
  13. "php.suggest.basic": true,
  14. "php.validate.executablePath": "/usr/bin/php",
  15. "php.validate.run": "onSave",
  16. "editor.minimap.enabled": false,
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement