Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. // Place your settings in this file to overwrite the default settings
  2. {
  3. "editor.tabSize": 4,
  4. "editor.insertSpaces": true,
  5. "editor.wrappingColumn": 0,
  6. "editor.wrappingIndent": "indent",
  7. "editor.renderWhitespace": "boundary",
  8. "editor.renderIndentGuides": true,
  9. "search.exclude": {"build/" : true},
  10. "files.trimTrailingWhitespace": true,
  11. "phpcs.standard": "psr2",
  12. "editor.fontLigatures": true,
  13. "editor.fontFamily": "Hasklig",
  14. "editor.fontSize": 13,
  15. "files.autoSave": "onFocusChange",
  16. "files.associations": {
  17. "*.mustache": "handlebars",
  18. "*.tache": "handlebars"
  19. },
  20. "php.validate.executablePath": "/usr/bin/php",
  21. "php.validate.run": "onType",
  22. "phpcs.enable": false
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement