Advertisement
srikat

SublimeLinter.sublime-settings

Jan 18th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 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. "eslint": {
  11. "@disable": false,
  12. "args": [],
  13. "excludes": []
  14. },
  15. "phpcs": {
  16. "@disable": false,
  17. "args": [],
  18. "excludes": [],
  19. "standard": "WordPress"
  20. },
  21. "stylelint": {
  22. "@disable": false,
  23. "args": [
  24. "--config",
  25. "/Users/sridharkatakam/Documents/Websites/.stylelintrc"
  26. ],
  27. "excludes": []
  28. }
  29. },
  30. "mark_style": "outline",
  31. "no_column_highlights_line": false,
  32. "passive_warnings": false,
  33. "paths": {
  34. "linux": [],
  35. "osx": [],
  36. "windows": []
  37. },
  38. "python_paths": {
  39. "linux": [],
  40. "osx": [],
  41. "windows": []
  42. },
  43. "rc_search_limit": 3,
  44. "shell_timeout": 10,
  45. "show_errors_on_save": false,
  46. "show_marks_in_minimap": true,
  47. "syntax_map": {
  48. "html (django)": "html",
  49. "html (rails)": "html",
  50. "html 5": "html",
  51. "javascript (babel)": "javascript",
  52. "magicpython": "python",
  53. "php": "html",
  54. "python django": "python",
  55. "pythonimproved": "python"
  56. },
  57. "warning_color": "DDB700",
  58. "wrap_find": true
  59. }
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement