Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. // SublimeLinter Settings - User
  2. {
  3. "debug": false,
  4. "delay": 1.0,
  5. "kill_old_processes": true,
  6. "statusbar.counters_template": "({}w {}e)",
  7. "linters": {
  8. "phpcs": {
  9. "args": [
  10. "--standard=PSR2"
  11. ],
  12. "executable": "~/.composer/vendor/bin/phpcs",
  13. "selector": "embedding.php, meta.embedded.block.php, source.php, meta.class.php, meta.block.php, meta.function.php, meta.block.php",
  14. }
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement