Advertisement
Guest User

Untitled

a guest
May 29th, 2015
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.70 KB | None | 0 0
  1. {
  2.     "user": {
  3.         "debug": true,
  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.             },
  23.             "jshint": {
  24.                 "@disable": false,
  25.                 "args": [],
  26.                 "excludes": []
  27.             }
  28.         },
  29.         "mark_style": "stippled underline",
  30.         "no_column_highlights_line": false,
  31.         "passive_warnings": false,
  32.         "paths": {
  33.             "linux": [],
  34.             "osx": [],
  35.             "windows": []
  36.         },
  37.         "python_paths": {
  38.             "linux": [],
  39.             "osx": [],
  40.             "windows": []
  41.         },
  42.         "rc_search_limit": 3,
  43.         "shell_timeout": 10,
  44.         "show_errors_on_save": false,
  45.         "show_marks_in_minimap": true,
  46.         "sublimelinter": true,
  47.         "sublimelinter_executable_map":
  48.             {
  49.               "htmltidy": "/usr/local/bin/tidy5"
  50.             },
  51.         "syntax_map": {
  52.             "html (django)": "html",
  53.             "html (rails)": "html",
  54.             "html 5": "html",
  55.             "php": "html",
  56.             "python django": "python"
  57.         },
  58.         "warning_color": "DDB700",
  59.         "wrap_find": true
  60.     }
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement