Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 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. "csslint": {
  11. "@disable": false,
  12. "args": [],
  13. "errors": "",
  14. "excludes": [],
  15. "ignore": "",
  16. "warnings": ""
  17. },
  18. "htmltidy": {
  19. "@disable": false,
  20. "args": [],
  21. "excludes": [],
  22. "ignore_match": {
  23. "php": [
  24. "missing <!DOCTYPE> declaration",
  25. "inserting (?:implicit <body>|missing 'title' element)"
  26. ]
  27. }
  28. },
  29. "jshint": {
  30. "@disable": false,
  31. "args": [],
  32. "excludes": []
  33. },
  34. "json": {
  35. "@disable": false,
  36. "args": [],
  37. "excludes": [],
  38. "strict": true
  39. },
  40. "jsxhint": {
  41. "@disable": false,
  42. "args": [],
  43. "excludes": []
  44. },
  45. "php": {
  46. "@disable": false,
  47. "args": [],
  48. "excludes": []
  49. },
  50. "sass": {
  51. "@disable": false,
  52. "args": [],
  53. "excludes": []
  54. },
  55. "scss": {
  56. "@disable": false,
  57. "args": [],
  58. "exclude-linter": "",
  59. "excludes": [],
  60. "include-linter": ""
  61. },
  62. "xmllint": {
  63. "@disable": false,
  64. "args": [],
  65. "excludes": []
  66. }
  67. },
  68. "mark_style": "outline",
  69. "no_column_highlights_line": false,
  70. "passive_warnings": false,
  71. "paths": {
  72. "linux": [],
  73. "osx": [],
  74. "windows": []
  75. },
  76. "python_paths": {
  77. "linux": [],
  78. "osx": [],
  79. "windows": []
  80. },
  81. "rc_search_limit": 3,
  82. "shell_timeout": 10,
  83. "show_errors_on_save": false,
  84. "show_marks_in_minimap": true,
  85. "syntax_map": {
  86. "html (django)": "html",
  87. "html (rails)": "html",
  88. "html 5": "html",
  89. "javascript (babel)": "javascript",
  90. "magicpython": "python",
  91. "php": "html",
  92. "python django": "python",
  93. "pythonimproved": "python"
  94. },
  95. "warning_color": "DDB700",
  96. "wrap_find": true
  97. }
  98. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement