Advertisement
srikat

Untitled

Jan 18th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. {
  2. "user": {
  3. "debug": false,
  4. "delay": 0.25,
  5. "error_color": "D02000",
  6. "gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme",
  7. "gutter_theme_excludes": [],
  8. "lint_mode": "background",
  9. "linters": {
  10. "phpcs": {
  11. "@disable": false,
  12. "args": [],
  13. "excludes": [],
  14. "standard": "WordPress"
  15. }
  16. },
  17. "mark_style": "outline",
  18. "no_column_highlights_line": false,
  19. "passive_warnings": false,
  20. "paths": {
  21. "linux": [],
  22. "osx": [],
  23. "windows": []
  24. },
  25. "python_paths": {
  26. "linux": [],
  27. "osx": [],
  28. "windows": []
  29. },
  30. "rc_search_limit": 3,
  31. "shell_timeout": 10,
  32. "show_errors_on_save": false,
  33. "show_marks_in_minimap": true,
  34. "syntax_map": {
  35. "html (django)": "html",
  36. "html (rails)": "html",
  37. "html 5": "html",
  38. "javascript (babel)": "javascript",
  39. "magicpython": "python",
  40. "php": "html",
  41. "python django": "python",
  42. "pythonimproved": "python"
  43. },
  44. "warning_color": "DDB700",
  45. "wrap_find": true
  46. }
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement