Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.68 KB | None | 0 0
  1. {
  2.     "python.linting.enabled": false,
  3.    
  4.     "python.pythonPath": "python3",
  5.     "window.zoomLevel": 0,
  6.     "files.autoSave": "afterDelay",
  7.     "team.showWelcomeMessage": false,
  8.  
  9.     // PHP Stuff
  10.     "phpformatter.pharPath": "/usr/local/bin/php-cs-fixer",
  11.     "phpformatter.arguments": [
  12.         "--level=symfony",
  13.         "--fixers=align_equals"
  14.     ],
  15.  
  16.     "phpcs.enable": true,
  17.     "phpcs.standard": "PSR2",
  18.  
  19.     "phpcsfixer.executablePath": "/usr/local/bin/php-cs-fixer",
  20.     "phpcsfixer.onsave": false,
  21.     "phpcsfixer.level": "psr2",
  22.     "phpcsfixer.fixers": "",
  23.     "gitlens.advanced.messages": {
  24.         "suppressShowKeyBindingsNotice": true
  25.     },
  26.     //
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement