Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. {
  2. "color-highlight.markerType": "dot-before",
  3. "liveServer.settings.donotShowInfoMsg": true,
  4. "window.zoomLevel": 0,
  5. "php.suggest.basic": false,
  6. "editor.quickSuggestions": { "comments": true },
  7. "php-cs-fixer.rules": "@PhpCsFixer",
  8. "[php]": {
  9. "editor.defaultFormatter": "junstyle.php-cs-fixer",
  10. "editor.formatOnSave": true
  11. },
  12. "php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar",
  13. "php-cs-fixer.lastDownload": 1573909285550,
  14. "editor.lineNumbers": "relative"
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement