SublimeLinter Settings

  1. {
  2. "user": {
  3. "debug": false,
  4. "delay": 0.25,
  5. "error_color": "D02000",
  6. "gutter_theme": "none",
  7. "gutter_theme_excludes": [],
  8. "lint_mode": "background",
  9. "linters": {
  10. "pep8": {
  11. "@disable": false,
  12. "args": [],
  13. "disable": "",
  14. "enable": "",
  15. "excludes": [],
  16. "ignore": "",
  17. "max-line-length": null,
  18. "rcfile": "",
  19. "select": ""
  20. }
  21. },
  22. "mark_style": "outline",
  23. "no_column_highlights_line": false,
  24. "paths": {
  25. "linux": [],
  26. "osx": [
  27. "/usr/local/bin/"
  28. ],
  29. "windows": []
  30. },
  31. "python_paths": {
  32. "linux": [],
  33. "osx": [
  34. "/usr/local/bin/"
  35. ],
  36. "windows": []
  37. },
  38. "rc_search_limit": 3,
  39. "shell_timeout": 10,
  40. "show_errors_on_save": false,
  41. "show_marks_in_minimap": true,
  42. "syntax_map": {
  43. "html (django)": "html",
  44. "html (rails)": "html",
  45. "html 5": "html",
  46. "php": "html",
  47. "python django": "python"
  48. },
  49. "warning_color": "DDB700",
  50. "wrap_find": true
  51. }
  52. }